- Updates baseline to SQLite 3.51.2
- Corrects encoding for
sqlcipher_export()function registration
Unclaimed project
Are you a maintainer of sqlcipher? Claim this project to take control of your public changelog and roadmap.
Changelog
SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
sqlcipher_export() function registrationPRAGMA cipher_status so applications can verify a database handle is using encryptionPRAGMA cipher_migrate tests__has_feature macro to separate it from useFull Changelog: https://github.com/sqlcipher/sqlcipher/compare/v4.10.0...v4.11.0
-fstanitize=address on macOSSQLITE_OMIT_AUTOINIT defined.Additional Context: The SQ...