ANN: wxSQLite3 2.0.0 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.0.0 released

Post by utelle »

Version 2.0.0 of wxSQLite3 has been released. It supports version 3.7.0 of SQLite. This version is compatible with wxWidgets 2.8.11 and wxWidgets 2.9.1.

What's new in this release:

- upgrade to SQLite 3.7.0
- a bug in class wxSQLite3ResultSet has been fixed
- support for SQLite's write-ahead log journal mode was added
- named collections were introduced to make dynamic parameterizing IN constraints of WHERE conditions with arbitrary sized value lists easy (see class wxSQLite3NamedCollection)
- the UTF-8 string handling was changed to use methods To/FromUTF8 of the wxString class (requires wxWidgets 2.8.4 or higher)

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.0 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
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

I don't use wxSQL personnally, but... great job :)
"Keyboard not detected. Press F1 to continue"
-- Windows
utelle
Moderator
Moderator
Posts: 1125
Joined: Tue Jul 05, 2005 10:00 pm
Location: Cologne, Germany
Contact:

Post by utelle »

SQLite 3.7.0 has a bug which can corrupt the database (see SQLite website for details). SQLite 3.7.0.1 fixing this bug was released on August 4, 2010.

wxSQLite3 has been upgraded to SQLite 3.7.0.1. Further some SQLite function definitions were added to wxsqlite3dyn.h and wxsqlite3.c was adjusted to eliminate problems when building wxSQLite3 with the option to load SQLite dynamically at runtime.

A new file release is already available.

Regards,

Ulrich
Post Reply