Skip to content

SQLite3 Multiple Ciphers 1.3.1 (based on SQLite 3.35.5)

Compare
Choose a tag to compare
@utelle utelle released this 28 Apr 10:02
v1.3.1
286a999

Changes since previous release

  • Prevent rekeying a database in WAL journal mode, because performing a rekeying operation (PRAGMA rekey) in WAL journal mode could cause database corruption
  • Fix issue in the user authentication extension that caused VACUUMing or rekeying to fail
  • Add some error messages (key, rekey, pragma handling)

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

🛑 Attention [May 6, 2021] 🛑
As described in issue #39 using SQLite in WAL journal mode is currently broken in SQLite3 Multiple Ciphers version 1.3.0 and 1.3.1. A fix was applied in commit 43bd436, but a new release has not yet been made, but is planned for the near future.