Skip to content

SQLite3 Multiple Ciphers 1.6.1 (based on SQLite 3.41.1)

Compare
Choose a tag to compare
@utelle utelle released this 14 Mar 14:09
· 51 commits to main since this release
v1.6.1
9814335

Changes since previous release

  • Based on SQLite version 3.41.1
  • Symbol MAX_PATHNAME (used on Unix-like platforms) has a fixed value of 512 in the original SQLite source code. This can now be configured at compile time to use a higher value (like 4096 - which is supported by most Linux variants) (see issue #104). Use symbol SQLITE3MC_MAX_PATHNAME to define a higher value.

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.