Releases: utelle/wxsqlite3
Releases · utelle/wxsqlite3
wxSQLite3 4.6.9 (based on SQLite 3.35.4)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 1.2.4 (based on SQLite 3.35.4)
wxSQLite3 4.6.8 (based on SQLite 3.35.3)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 1.2.3 (based on SQLite 3.35.3)
wxSQLite3 4.6.7 (based on SQLite 3.35.2)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 1.2.1 (based on SQLite 3.35.2)
wxSQLite3 4.6.6 (based on SQLite 3.35.1)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 1.2.1 (based on SQLite 3.35.1)
wxSQLite3 4.6.5 (based on SQLite 3.35.0)
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)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 1.1.3
- Adjusted autotool build files to enable AES hardware support if available
wxSQLite3 4.6.3 (based on SQLite 3.34.0)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 1.1.2
- Adjusted build files for GCC (MinGW)
wxSQLite3 4.6.2 (based on SQLite 3.34.0)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 1.1.1
- Upgrade to SQLite version 3.34.0
- Added method
wxSQLite3Database::QueryTransactionState
wxSQLite3 4.6.1 (based on SQLite 3.33.0)
Changes since previous release
- Added SQLite VSV extension (Variably Separated Values)
wxSQLite3 4.6.0
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.