-
Notifications
You must be signed in to change notification settings - Fork 142
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
ORDER BY ... COLLATE LOCALIZED #144
Comments
This is kind of a self-service repository because it's a mostly boring repackage, I say that because you'll have to be ready to roll your sleeves up and figure it out You might find this interesting sqlite-android/sqlite-android/src/main/jni/sqlite/README Lines 27 to 31 in 25c5d9e
...and maybe this to play around https://github.com/requery/sqlite-android/blob/master/sqlite-android/src/main/jni/sqlite/Android.mk |
Do you have an example of how this can be done? Thanks |
Sorry @kr580vm80a no idea, c.f.
Not our use case, so no experience with it |
I had a need to embed the latest SQLite in my application. I have included your library and tried a simple query:
However, the data is sorted in the wrong order.
For example:
And it should be like this:
Does your framework support locales? I used "uk_UA". If so, what do I need to do to make the request sort the data in the correct order?
The text was updated successfully, but these errors were encountered: