Releases: utelle/wxsqlite3
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.
wxSQLite3 4.5.1
Changes since previous release:
- Upgrade to SQLite version 3.31.1
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.
Please take also into account the Note coming with release wxSQLite3 4.4.6.
wxSQLite3 4.5.0
Changes since previous release:
- Upgrade to SQLite version 3.31.0
- Modified API for wxSQLite3Database::CreateFunction methods
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.
Please take also into account the Note coming with release wxSQLite3 4.4.6.
wxSQLite3 4.4.8
Changes since previous release:
- Upgrade to SQLite version 3.30.1
- Adjusted encryption extension to support SQLite's shared cache mode
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.
Please take also into account the Note coming with release wxSQLite3 4.4.6.