Skip to content

SQLite3 Multiple Ciphers 1.7.0 (based on SQLite 3.43.1)

Compare
Choose a tag to compare
@utelle utelle released this 03 Oct 20:24
· 34 commits to main since this release
v1.7.0
294ae8c

Changes since previous release

  • Based on SQLite version 3.43.1
  • Added PRAGMA memory_security to allow to clear memory before it is freed. This feature can have a considerable impact on performance and is therefore disabled by default.
  • Fixed issue #118 - tvOS/watchOS compilation errors. On Apple platforms the function SecRandomCopyBytes() will now be used instead of getentropy().
  • Fixed issue #119 - PRAGMA mmap_size conflicts with encrypted databases, a check has been added to allow this pragma for unencrypted databases.

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.