Releases: utelle/wxsqlite3
Releases · utelle/wxsqlite3
wxSQLite3 4.11.1 (based on SQLite 3.51.1)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 2.2.6 (based on SQLite 3.51.1)
wxSQLite3 4.11.0 (based on SQLite 3.51.0)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 2.2.5 (based on SQLite 3.51.0)
- Enable extension PERCENTILE
- Drop build support for Visual Studio versions below VS 2015
wxSQLite3 4.10.12 (based on SQLite 3.50.4)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 2.2.4 (based on SQLite 3.50.4)
wxSQLite3 4.10.11 (based on SQLite 3.50.3)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 2.2.3 (based on SQLite 3.50.3) to fix issue #127
wxSQLite3 4.10.10 (based on SQLite 3.50.2)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 2.2.2 (based on SQLite 3.50.2) to fix issue #126
Important
📌 Updating is recommended for users who want to use the AEGIS cipher and compile wxSQLite3 with the GCC compiler. 📌
wxSQLite3 4.10.9 (based on SQLite 3.50.2)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 2.2.1 (based on SQLite 3.50.2)
wxSQLite3 4.10.8 (based on SQLite 3.50.1)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 2.1.3 (based on SQLite 3.50.1)
wxSQLite3 4.10.7 (based on SQLite 3.50.0)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 2.1.2 (based on SQLite 3.50.0)
- Add method wxSQLite3Database::SetLockTimeout()
wxSQLite3 4.10.6 (based on SQLite 3.49.1)
Changes since previous release
- Add method wxSQLite3Database::Configure()
- Add missing wxSQLite3Database::Restore() method variant
- Fix mapping between cipher ids and cipher names
- Update premake5 build files for gmake
- Add new encrypted sample databases for Ascon128 and AEGIS tests
wxSQLite3 4.10.5 (based on SQLite 3.49.1)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 2.1.0 (based on SQLite 3.49.1)
- Disable AEGIS cipher scheme when compiling with MSVC 2015 or below