ANN: wxSQLite3 3.5.6 released

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
utelle
Moderator
Moderator
Posts: 1125
Joined: Tue Jul 05, 2005 10:00 pm
Location: Cologne, Germany
Contact:

ANN: wxSQLite3 3.5.6 released

Post by utelle »

Version 3.5.6 of wxSQLite3 has been released. It supports version 3.20.0 of SQLite. This version is compatible with wxWidgets 2.8.12, wxWidgets 3.0.x, and wxWidgets 3.1.0.

What's new in this release:
  • Upgrade to SQLite version 3.20.0
  • Added support for "persistent" prepared statements
  • Added support for binding pointers (new SQLite pointer-binding interface)
  • Added several SQLite extensions (csv, sha3, carray, fileio, series) for the included SQLite library
  • Modified build files to expose the parameter SQLITE_MAX_ATTACHED to allow easier adjustment of the maximum number of attached databases
Note: The SQLite3 binaries for Windows can be found as separate downloads. Windows binaries are provided in 32-bit and 64-bit for AES-128 and AES-256 encryption.

As always, feedback is welcome.

Regards,

Ulrich
Post Reply