ANN: wxSQLite3 2.1.2 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 2.1.2 released

Post by utelle »

Version 2.1.2 of wxSQLite3 has been released. It supports version 3.7.7.1 of SQLite. This version is compatible with wxWidgets 2.8.12 and wxWidgets 2.9.1.

What's new in this release:

- upgrade to SQLite 3.7.7.1
- the class wxSQLite3Transaction has been modified to be exception safe. In case the automatic rollback of a transaction fails the error state of the last rollback can be queried in the exception handling code.

The wxSQLite3 file release contains the doxygen generated documentation.

The complete C source code for building SQLite with support for 128 resp. 256 bit AES encryption is included. For convenience the SQLite amalgamation source code is included, too. Additionally the source code of the optional SQL extension functions module is included as well.

The file release for Windows additionally contains version 3.7.7.1 of the SQLite DLL in 3 different flavors:

- the original unmodified DLL, and
- DLLs supporting optional database file encryption using 128 resp. 256 bit AES encryption.

Additionally a precompiled SQLite shell with encryption support for Windows is included.

Feedback is welcome.

Regards,

Ulrich
ouch67
Earned some good credits
Earned some good credits
Posts: 135
Joined: Sun Mar 23, 2008 12:09 am

Re: ANN: wxSQLite3 2.1.2 released

Post by ouch67 »

Thanks! SVN is downloading the new stuff now. This is probably my most used library next to wxWidgets itself. ;)
Post Reply