Skip to content

SQLite3 Multiple Ciphers 1.7.4 (based on SQLite 3.44.0)

Compare
Choose a tag to compare
@utelle utelle released this 09 Nov 09:05
· 27 commits to main since this release
v1.7.4
dfdb048

Changes since previous release

  • Based on SQLite version 3.44.0
  • Prevent crashes due to uninitialized cipher tables (wxSQLite3 issue #113)
    This only affects the C API cipher configuration functions, and only if they are called before any regular SQLite API call took place.

📌 Update is optional, because most applications are not affected.
📌 The Android build is not affected, therefore no new binaries were prepared. Use the Android binaries of the previous release.

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. The SQLite3 shell applications support the SQLite Archive feature.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.