-
Notifications
You must be signed in to change notification settings - Fork 137
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
GROUP BY #9
Comments
There's no annotation for passing values to the groupBy parameter of [SQLiteDatabase#Query](https://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html#query%28java.lang.String, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String%29), but I'll see if I can get that added within a reasonable amount of time :) |
There's now a groupBy value on the ContentUri and InexactContentUri annotations :) |
Awesome! |
I just released version 0.5.3, you should be able to find it in maven central soon :) |
First, thank you so much for this great project!
I am trying it on a new app and now came to a point where I ask myself whether it is possible to generate a
ContentUri
with aGROUP BY
-statement.The text was updated successfully, but these errors were encountered: