-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to new sqlcipher package #87
Conversation
a2b9408
to
51aa0ec
Compare
This is also an upgrade from the sqlcipher major version 3 to 4. https://discuss.zetetic.net/t/upgrading-to-sqlcipher-4/3283 says:
We should do the |
Well, we don't do a automatic migration, but it looks like we kill and rebuild the database: |
ouch! how did i not notice that. no, that's not he goal xD |
Oh wow, they could really have mentioned this or given better guidance :D Fixed! |
Google play marks the SQL cipher package as an outdated SDK and might block app releases in the future. This PR does the migration and unfortunately needs to vendor some requery code for that.