-
Running `./gradlew check` prints the `close()` resource leak warnings for SQLLite below.
`./gradlew check` does actually pass, the build is green - but this smells like it's a genuine resource leak…
-
```
Failed to register native method net.sqlcipher.database.SQLiteDatabase.native_getDbLookaside()I in /data/app/base.apk
----- class 'Lnet/sqlcipher/database/SQLiteDatabase;' cl=0x12c70720 -----
o…
-
```
Fatal Exception: android.database.sqlite.SQLiteException: file is not a database (code 26): , while compiling: SELECT COUNT(*) FROM sqlite_schema;
###############################################…
-
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean net.sqlcipher.database.SQLiteDatabase.inTransaction()' on a null object reference
at com.xinbida.wukongim.manager.Conversati…
-
I am trying to migrate from sqlcipher 3.5.4 to 4.2.0 and have added the following:
SQLiteDatabaseHook hook = new SQLiteDatabaseHook() {
@Override
public void p…
-
When enable foreign key constraint in our app using :
```java
//https://stackoverflow.com/a/12531927/693752
db.setForeignKeyConstraintsEnabled(true);
```
we see an internal error in the logcat…
-
Hi
i have been trying to add items to the category but i keep getting the foregin key mismatch exception
that's the log cat
02-21 00:33:41.012: D/dalvikvm(1456): GC_FOR_ALLOC freed 346K, 13% fre…
-
E/SQLiteDatabase( 9276): Error inserting max=10 _id=0.8
E/SQLiteDatabase( 9276): android.database.sqlite.SQLiteConstraintException: column _id is not unique (code 19)
E/SQLiteDatabase( 9276): at an…
-
Hi,
And at first thanks for this great tool.
I used it today on test code and it worked great but after a while, I decided to put my DB at the application context level and to put it into a private…
-
```
Logs information :
E/Database( 3984): java.lang.IllegalStateException:
/data/data/org.runextbus.com/databases/RUBusPrediction.db SQLiteDatabase
created and never closed
E/Database( 3984): at …