Update sqlite to 3.49.1#255
Conversation
|
I don't know why the tests are failing on iOS. My Xcode just updated, so I need to wait for downloads of the new simulator. On Android, it seems sqlcipher has changed the compilation process and is now calling openssl functions directly and this kapputs on build time, created an issue on the sqlcipher repo, maybe they know what is going on |
|
Seems sqlcipher has removed support for openSSL 1, and now depends on the latest 3.x versions. This is however a problem as there is no ndkPort official release of the 3.x branch, even though the sources are already in I could build openSSL from source but this is already too much work, as it will need to be included in the sources of opsqlite, etc... I will only update sqlite for now and wait for a sponsor to put the work to update sqlcipher or until google decides to update the ndk port Also important to notice that sqlcipher 4 databases are not compatible with sqlcipher 3 databases, so this will require a migration for people using them |
# Conflicts: # example/ios/Podfile.lock # example/package.json
Update sqlite to 3.49.1
Partially takes care of #254