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
According to Android docs, one needs to be consistent when using
NO_COLLATION flag with how database was created, so changing this during
runtime makes no sense and can lead to some unexpected errors/behaviors
(SQLite default collation rule is BINARY).
0 commit comments