Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
we've initially planned this for 1.0.0 but didn't make the cut.
ya...@google.com <ya...@google.com>
an...@google.com <an...@google.com> #3
I would add my +1 to this, if only that Room would recognize views (creation being secondary as it can be accomplished with raw queries).
ap...@google.com <ap...@google.com> #4
+1 For this. View support would be very helpful.
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 * ".