Releases: utelle/wxsqlite3
wxSQLite3 4.12.2 (based on SQLite 3.51.3)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 2.3.2 (based on SQLite 3.51.3)
- Use internally new API function
sqlite3mc_cipher_name_copyinstead ofsqlite3mc_cipher_name
Caution
For applications using SQLite in a multi-threaded environment an upgrade is highly recommended, because SQLite3MC issue #228 (Function sqlite3mc_cipher_name not thread-safe) could lead to runtime errors.
wxSQLite3 4.12.1 (based on SQLite 3.51.3)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 2.3.1 (based on SQLite 3.51.3)
- Downgrade to SQLite 3.51.3 due to withdrawal of SQLite 3.52.0
wxSQLite3 4.12.0 (based on SQLite 3.52.0)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 2.3.0 (based on SQLite 3.52.0)
- Add build support for VS2026
- Unify architecture names (use x64 instead of Win64) to avoid conflicts with VS2026
Caution
March 14, 2026
SQLite version 3.52.0 has been withdrawn because some of the new features found in 3.52.0 are not 100% compatible with prior releases. Those new features and their associated APIs need to be reworked before 3.52 is made available.
Version 3.52.0 works fine and is fully backwards compatible as long as the database does not contain indexes on expressions or indexes on VIRTUAL computed columns where the expression evaluates to a floating-point number that is derived from text or JSONB inputs. If indexes of that type are present, then version 3.52.0 might not interoperate correct with prior releases, in rare cases.
Therefore it is recommended to use release wxSQLite3 4.12.1 based on the SQLite patch release 3.51.3.
wxSQLite3 4.11.2 (based on SQLite 3.51.2)
Changes since previous release
- Upgrade to SQLite3 Multiple Ciphers version 2.2.7 (based on SQLite 3.51.2)
- Change build files to use intermediary directory names without space characters
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)