-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
Creation of indexes not including order or collation #784
Comments
Hi. Let me check it. I'll write you back |
@freakstatic it is a bug. I am fixing it right now |
the fix is here #789 |
@freakstatic can you tell me please in what project you use |
since it hasn't been released yet I can't discuss much about it but I can say that it's an application to manage audio files. It uses a SQLite database for that, so sqlite_orm fits really great for CRUD operations! :) |
wow sounds nice. I'd like to make a list of projects that use |
Should I post on #783? |
yeah. Thanks |
Btw are you thinking of creating a hotfix for v1.6 with this fix or are you planning to wait for the new version? |
I am planning to wait for a new version |
Ok, thanks for letting me know |
For example:
I'm getting:
The "descending order" and the "collate" aren't being included in the query.
I'm missing something?
I'm using v1.6 and compiling with Apple clang version 12.0.5
The text was updated successfully, but these errors were encountered: