Room: Cannot figure out how to read this field field from a cursor
I would like to perform a query on a room database that results in a list of records, which are composed of columns from several tables. First I have a subquery which is then joined with another table. In the result I select only a few columns. In this query I use 3 tables.
When I compile the project I get the error saying:
Cannot figure out how to read this field from a cursor. private org.joda.time.DateTime createdDate;.
The error points to this DateTime field.
Here is my interface:...