You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Closesgreenrobot#727.
- SQLCipher just does not support collation that requires Android libraries
(like 'COLLATE LOCALIZED'). Everything else standard SQLite is supported,
so allow it.
- Closesgreenrobot/greenDAO#727.
- SQLCipher just does not support collation that requires Android libraries
(like 'COLLATE LOCALIZED'). Everything else standard SQLite is supported,
so allow it.
I've created (https://sqlite.org/c3ref/create_collation.html) and successfully registered a new collation algorithm, but this check prevents creation of queries that use it or any other collation but the default. Judging by this comment this seems intended only for preferLocalizedStringOrder.
The text was updated successfully, but these errors were encountered: