Skip to content

Releases: utelle/wxsqlite3

wxSQLite3 3.4.1

19 Oct 21:14
Compare
Choose a tag to compare

Changes since previous release

  • Upgrade to SQLite version 3.15.0
  • Adjusted SQLite encryption extension to be compatible with SQLite version 3.15.0

Note: The SQLite3 binaries for Windows can be found below as separate downloads. Windows binaries are provided in 32-bit and 64-bit for AES-128 and AES-256 encryption.

wxSQLite3 3.4.0

13 Aug 15:26
Compare
Choose a tag to compare

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.

wxSQLite3 3.3.1

10 Apr 10:31
Compare
Choose a tag to compare

Changes since previous release

  • Upgrade to SQLite version 3.12.1
  • Added method wxSQLite3Database::GetSystemErrorCode
  • Removed wxSQLitePlus database browser (dbadmin sample application); see https://github.com/guanlisheng for an actively maintained version

Note: The packages wxsqlite3-* contain the doxygen generated API documentation.

wxSQLite3 3.3.0

16 Dec 13:24
Compare
Choose a tag to compare

Changes since previous release

  • Upgrade to SQLite version 3.9.2 (including adjusted SQLite amalgamation source to fix problem with the user authentication module)
  • Transition from SourceForge to GitHub
  • Removal of build files for wxWidgets 2.9.x
  • Default build for wxWidgets 3.0.x
  • Added support for premake5 (version 5.0-alpha6 or later)

Note: The packages wxsqlite3-* contain the doxygen generated API documentation.