Skip to content

Releases: utelle/wxsqlite3

wxSQLite3 4.6.9 (based on SQLite 3.35.4)

05 Apr 08:32
9b7fe8e
Compare
Choose a tag to compare

Changes since previous release

wxSQLite3 4.6.8 (based on SQLite 3.35.3)

27 Mar 09:32
1c06da0
Compare
Choose a tag to compare

Changes since previous release

wxSQLite3 4.6.7 (based on SQLite 3.35.2)

22 Mar 22:21
0cc239d
Compare
Choose a tag to compare

Changes since previous release

wxSQLite3 4.6.6 (based on SQLite 3.35.1)

16 Mar 11:41
491387f
Compare
Choose a tag to compare

Changes since previous release

wxSQLite3 4.6.5 (based on SQLite 3.35.0)

14 Mar 13:24
5df7fa4
Compare
Choose a tag to compare

Changes since previous release

  • Upgrade to SQLite3 Multiple Ciphers version 1.2.0 (based on SQLite 3.35.0)
  • Enabled new SQLite Math Extension (introduced in SQLite 3.35.0)
  • Fixed a memory leak in method wxSQLite3Database::GetTable
  • Adjusted build files (DLL builds with MinGW/GCC used wrong DLL file name extension)

wxSQLite3 4.6.4 (based on SQLite 3.34.0)

30 Dec 21:34
72059f7
Compare
Choose a tag to compare

Changes since previous release

wxSQLite3 4.6.3 (based on SQLite 3.34.0)

12 Dec 19:42
2d4cefa
Compare
Choose a tag to compare

Changes since previous release

wxSQLite3 4.6.2 (based on SQLite 3.34.0)

07 Dec 22:41
160b409
Compare
Choose a tag to compare

Changes since previous release

wxSQLite3 4.6.1 (based on SQLite 3.33.0)

04 Oct 09:33
3095930
Compare
Choose a tag to compare

Changes since previous release

  • Added SQLite VSV extension (Variably Separated Values)

wxSQLite3 4.6.0

16 Aug 21:27
8afbf1e
Compare
Choose a tag to compare

Changes since previous release

  • Replace wxSQLite3 encryption extension by SQLite3 Multiple Ciphers encryption extension (support for SQLite version 3.32.0 and higher)
  • Upgrade to SQLite version 3.33.0
  • Include support for cipher RC4 (System.Data.SQLite) on all platforms

Notes

  • wxSQLite3 releases no longer provide SQLite3 binaries for Windows (SQLite3 shell and DLLs) - not depending on wxWidgets. However, such binaries can be found here.
  • The source files of the prior wxSQLite3 encryption extension were removed from the wxSQLite3 repository.
  • Since version 1.0.113.0 the public System.Data.SQLite package does not support its prior RC4 encryption any longer due to the removal of the SQLITE_HAS_CODEC interface in SQLite version 3.32.0.