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
I expect to see the same problem in the Android version of this plugin since it also uses JNI through the Android-sqlite-native-driver library. I wonder if this will affect the built-in Android database classes when using androidDatabaseImplementation: 2 in the sqlitePlugin.openDatabase() options.
sqlcipher/android-database-sqlcipher#199 reports that SQLCipher for Android crashes when reading Unicode emoji characters, due to the following bug on Android 1.X-5.X: https://code.google.com/p/android/issues/detail?id=81341
The following code (in Java) reproduces the bug on SQLCipher for Android:
I expect to see the same problem in the Android version of this plugin since it also uses JNI through the Android-sqlite-native-driver library. I wonder if this will affect the built-in Android database classes when using
androidDatabaseImplementation: 2
in thesqlitePlugin.openDatabase()
options.The bug seems to be fixed on Android 6.0.
Other references:
The text was updated successfully, but these errors were encountered: