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
pallavi@ - Have we done any testing on Win7? Looks like this issue should be easily reproducible.
ap...@google.com <ap...@google.com> #4
a.sworowska: could you click the "view problem details" button and send us what that shows?
zyy: is there any other useful information about a crash on Windows that's easily available?
zyy: is there any other useful information about a crash on Windows that's easily available?
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 * ".