mutecomm / go-sqlcipher

Self-contained Go sqlite3 driver with an AES-256 encrypted sqlite3 database
Other
159 stars 60 forks source link

Upgrade SQLCipher #7

Closed someblue closed 4 years ago

someblue commented 5 years ago

Hi, @frankbraun , thanks for your awesome library!

A newer version of SQLite and SQLCipher has been released. Could you upgrade it to latest version?

frankbraun commented 5 years ago

I updated to SQLCipher v3.4.2, the latest release of the 3.x branch. Upgrading to 4.x would require major changes to go-sqlcipher which include adding more C functions needed by SQLCipher 4.x (to stay self-contained) and working out an upgrade plan for existing consumers (4.x is incompatible to 3.x).

I cannot commit to that right now.

someblue commented 5 years ago

Thanks very much!

Would you upgrade to 4.x in future?

frankbraun commented 4 years ago

I just upgraded to 4.4.0. Please see Incompatibilities of SQLCipher on how to upgrade.