Skip to content

wxSQLite3 3.4.0

Choose a tag to compare

@utelle utelle released this 13 Aug 15:26

Changes since previous release

  • Upgrade to SQLite version 3.14.1
  • Added method wxSQLite3Statement::GetExpandedSQL
  • Added method wxSQLite3ResultSet::GetExpandedSQL
  • Added the CSV extension module as part of the SQLite3 library with encryption extension

Note 1: The SQLite3 binaries for Windows were removed from the git repository, but can be found below as separate downloads. Windows binaries are provided in 32-bit and 64-bit for AES-128 and AES-256.

Note 2: The doxygen generated API documentation is not included any longer in the below downloads. Drop a note, if the API documentation should be made available as a download for offline usage.

Note 3: The premake based build files were modified, so that the SQLite3 library with encryption support will be compiled and statically linked with wxSQLite3 and the sample applications. This ensures that a matching SQLite3 version is used. Pre-generated build files for VC++ 2010/2012/2013/2015 are available for wxWidgets 3.0.x (directory build30) and wxWidgets 3.1.x (directory build31). It is intended to adjust the other build files in this way, too, for a future release.