How to properly use SQLCipher 4.5.0 on Android?

Hi @robertszuba

My apologizes for the delayed response. When you execute PRAGMA cipher_migrate, you will want to check the return value (i.e., 0 is success). Here is an example within our Android test suite. In terms of how you should communicate a migration error state, that would be very application specific. We’ve shared general guidance for upgrading to the major version 4 of SQLCipher here.