net.sqlcipher.database.SQLiteException: unable to close due to unfinalized statements or unfinished backups: sqlite3_close() failed
day5678 opened this issue · 1 comments
day5678 commented
When my database is larger than 2GB, it is very likely that this error will occur when initializing the database. I have another user on my end who has 14GB and keeps reporting this error.
error code : SQLiteDatabase.openOrCreateDatabase(path, pwd, null, hook);
sjlombardo commented
Do you have a stack trace?