Fixed
Status Update
Comments
yb...@google.com <yb...@google.com>
su...@gmail.com <su...@gmail.com> #2
Is there any hope that this will be looked at any time soon?
I find it pretty disappointing that there is no way to debug queries. I am using Room in an application with foreign key relationships, and these are failing silently and for some mysterious reason, and I have no way to debug my queries other than manually adding a bunch of LogCat logs.
Thank you for considering this.
I find it pretty disappointing that there is no way to debug queries. I am using Room in an application with foreign key relationships, and these are failing silently and for some mysterious reason, and I have no way to debug my queries other than manually adding a bunch of LogCat logs.
Thank you for considering this.
el...@google.com <el...@google.com>
ap...@google.com <ap...@google.com> #3
Hello
Room database looks very promising and interesting, But I am still on initial stage of learning it and I am facing the problem of not being able to see log outputs of the database.
While implementing / learning debugging should be enabled.
It would be extremely helpful if we can have debugging logs for Room database implementation.
Thanks and regards
Abhiroop Nandi Ray
Room database looks very promising and interesting, But I am still on initial stage of learning it and I am facing the problem of not being able to see log outputs of the database.
While implementing / learning debugging should be enabled.
It would be extremely helpful if we can have debugging logs for Room database implementation.
Thanks and regards
Abhiroop Nandi Ray
Description
Version used: 1.1.0
Devices/Android versions reproduced on: n/a
Ideally, the JavaDocs for TypeConverters would be a bit more specific about what things can be converted via TypeConverters. For example, there is an indication that you cannot use TypeConverters to convert the return value of a @Query-annotated DAO method:
One possibility would be to convert the bulleted list in to a table, with rows for the @TypeConverters location (e.g., "put it on a Database"), columns for what specific things get affected (entity fields, DAO method parameters, etc.), and X's or other indicators in the cells to show what is and is not covered.
Thanks for considering this!