Releases: resilar/sqleet
Releases · resilar/sqleet
sqleet v0.25.1
sqleet as a drop-in replacement for the SQLite3 amalgamation.
What's new in v0.25.1?
- SQLite v3.25.1
- Fix access violation on a read-only key buffer (the user should destroy the key, not the library)
- Updated README
sqleet v0.24.0
sqleet v0.23.0
sqleet v0.22.0
sqleet as a drop-in replacement for the SQLite3 amalgamation.
What's new in v0.22.0?
- Versioning scheme changed to match SQLite3 versions
- Compile-time support for not encrypting the beginning of the database header #8
- Release reserved bytes at the end of each page when fully decrypting the database #9
- Fix a bug where database pages were accessed with a wrong reader/writer codec after an encrypt/decrypt operation with
sqlite_rekey_v2
#10
Special thanks to the author of wxSQLite3 @utelle for reporting and fixing the issues addressed in this release.