Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Thank you for this feedback. The team may reach out for more information on triaging or reproducing this issue.
ya...@google.com <ya...@google.com>
an...@google.com <an...@google.com> #3
I have tried the example project you've provided, it does not reproduce.
Could you please try running with -Pandroid.useDexArchive=false? This disables the new dexing pipeline, and fallbacks to the old one.
Could you please try running with -Pandroid.useDexArchive=false? This disables the new dexing pipeline, and fallbacks to the old one.
ap...@google.com <ap...@google.com> #4
@Mario Did you get a chance to try the build with -Pandroid.useDexArchive=false flag?
Description
Version used: 2.0.0-rc01
Devices/Android versions reproduced on:
room.expandProjection can rewrite "SELECT *", but it still shows warnings about cursor mismatch.
Cause:
PojoRowAdapter shows the warnings. It runs before QueryInterpreter transforms the SQL. The ResultInfo is updated, but PojoRowAdapter uses the old ResultInfo from "SELECT * ".