i have histroy data with room,when i use sqlcipher, crash: net.sqlcipher.database.SQLiteException: file is not a database: , while compiling: select count(*) from sqlite_master;
kangshifu opened this issue · 2 comments
Expected Behavior
Actual Behavior
Steps to Reproduce
SQLCipher version (can be identified by executing PRAGMA cipher_version;):
SQLCipher for Android version:
Are you able to reproduce this issue within the SQLCipher for Android test suite?
Note: If you are not posting a specific issue for the SQLCipher library, please post your question to the SQLCipher discuss site. Thanks!
Hi @kangshifu,
Thanks for your interest in SQLCipher. We reserve GitHub Issues for tracking defects within the software library itself. This particular question should be posted to the SQLCipher Community Discuss site, please consider reposting there instead. Thanks!
Hi @kangshifu!
Have you find solution? I have same problem. I need to connect to db which was created by XMTP library. But I need to set textplaint_header_size = 32. If I insert it to builder pipeline I get "file is not a database" exception, else if I insert it to hook callbacks, I get SQLiteDoneException. I can open database with DB Browser for SQLCipher with options so as on attached screenshot.
But I don't know, how to reproduce this options in room database builder
