Skip to content

SQLite3 Multiple Ciphers 1.3.7 (based on SQLite 3.37.2)

Compare
Choose a tag to compare
@utelle utelle released this 08 Jan 18:12
· 105 commits to main since this release
v1.3.7
48f2fe1

Changes since previous release

  • Based on SQLite version 3.37.2

Notes

  • Update is recommended due to important bug fixes in the underlying SQLite library, for details see this SQLite forum post.

  • 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.

  • For the first time, Android binaries are provided. They were built according to the information given on the SQLite Android Bindings website; all information given there applies - especially the remarks regarding encryption. Whether Android binaries will be included in future releases, will depend on the feedback (or the lack thereof).

Attention [January 9, 2022]

The list of header files to be installed in the file Makefile.am includes the header file sqlite3.h accidentally twice. To avoid error messages on performing make install remove one entry. AFAICT the header files are installed correctly nevertheless. However, the problem has been fixed in the repository already.