-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed #4623 #4642
fixed #4623 #4642
Conversation
Because i don't want to modify db structure. |
Why have removed @SuppressWarnings(RoomWarnings.QUERY_MISMATCH) |
Is it throwing error or something? It ready returns all columns from Song table as Or am I mistaken here? I think there's |
It remove warning for non all fields from SongEntity was returned |
Song have just embedded song... |
yes, that's what I was talking about. The only column's missing form the query is contentLength, do you want me too make it null or fetch from Format? |
Fetch from format it's a good idea |
K, expect new commit(s) in a few hrs |
Done, contentLength from Format table is now a part of the result |
Nice thanks |
I put a condition to remove explicit prefix during sort to make it more accurate.
Question
Why are we using prefixes instead of having a boolean column for these? For example
From
To