Releases: utelle/wxsqlite3
wxSQLite3 4.4.7
Changes since previous release:
- Upgrade to SQLite version 3.30.0
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.6
Changes since previous release:
- Fixed issue #75 (missing application of cipher in ReKey method)
For further details see release wxSQLite3 4.4.5, wxSQLite3 4.4.4 and wxSQLite3 4.0.0.
Note
The property file wx_setup.props
in the build
subdirectory was adjusted to allow running AppVeyor CI without any modifications.
This modification triggers the use of specific library directories for different compiler versions (as it is used by the pre-built wxWidgets libraries). This adds the toolkit version (141 for VS 2015, 142 for VS 2019) to the library path name.
Additionally, there is a problem with the wxWidgets 3.1.2 release, because it doesn't support VS 2019 in this mode yet. The file include/msvc/wx/setup.h has been updated (lines 68 to 71) in the wxWidgets GitHub repository, but the released version selects the wrong toolkit version (the one belonging to VS 2015).
To get the previous behaviour (library path names without toolkit version) please adjust the 2 parameters wxCompilerPrefix and wxMsvcVersionAuto in file wx_setup.props
as follows:
<wxCompilerPrefix>vc</wxCompilerPrefix>
<wxMsvcVersionAuto></wxMsvcVersionAuto>
Sorry for the inconvenience.
wxSQLite3 4.4.5
Changes since previous release:
- Fixed broken compatibility with wxWidgets 2.8.12
For further details see release wxSQLite3 4.4.4 and wxSQLite3 4.0.0.
wxSQLite3 4.4.4
Changes since previous release:
- Upgrade to SQLite version 3.29.0
- Added SQLite logging support
- Added build support for VS2019
- Added CMake support (PR #63)
- Updated build files to overcome problems with static builds (issue #73)
- Eliminated duplication of error messages for different wxWidgets builds (PR #64)
- Fixed missing call to progress callback in wxSQLite3Database::Restore (PR #66)
- Fixed issue #58 with silently failing wxSQLite3Transaction::Commit method
- Fixed issue with named collections which could result in crashes (PR #59)
For further details see release wxSQLite3 4.0.0.
wxSQLite3 4.4.3
Changes since previous release:
- Upgrade to SQLite version 3.28.0
For further details see release wxSQLite3 4.0.0.
wxSQLite3 4.4.2
Changes since previous release:
- Upgrade to SQLite version 3.27.2
For further details see release wxSQLite3 4.0.0.
wxSQLite3 4.4.1
Changes since previous release:
- Upgrade to SQLite version 3.27.1
For further details see release wxSQLite3 4.0.0.
wxSQLite3 4.4.0
Changes since previous release:
- Upgrade to SQLite version 3.26.0
- Added support for the SQLCipher 4 database format
For further details see release wxSQLite3 4.0.0.
wxSQLite3 4.3.0
Changes since previous release:
- Upgrade to SQLite version 3.25.3
- Adjusted encryption extension to support cipher configuration via database URI
For further details see release wxSQLite3 4.0.0.
wxSQLite3 4.2.0
Changes since previous release:
- Added method wxSQLite3Database::GetKeySalt to access the key salt of encrypted databases
- Fixed memory leaks in methods wxSQLite3ResultSet::GetExpandedSQL and wxSQLite3Statement::GetExpandedSQL
- Adjusted encryption extension to support raw key (and salt) for the ChaCha20 (sqleet) encryption scheme
For further details see release wxSQLite3 4.0.0.