ANN: wxSQLite3 1.8.0 released
Ulrich Telle
ulrich.telle at gmx.de
Sat Nov 10 05:58:43 PST 2007
Version 1.8.0 of wxSQLite3
(http://wxcode.sourceforge.net/components/wxsqlite3/) has been released.
It now supports version 3.5.2 of SQLite (http://www.sqlite.org). The
incremental BLOB I/O introduced by SQLite 3.4.0 is now supported.
Adjusted sources for SQLite encryption support are included for all
SQLite versions from 3.3.1 up to 3.5.2. The compile time option
WXMAKINGLIB_WXSQLITE3 has been added to support building wxSQLite3 as a
static library while using the shared libraries of wxWidgets. The
wxSQLite3 build files now use wxWidgets version 2.8.x as the default.
The wxSQLite3 API is independent of optional features; it can be checked
at runtime for which optional features wxSQLite3 was compiled. Since on
Linux support for loadable extensions is not compiled into SQLite by
default it has been made optional in wxSQLite3 as well.
The wxSQLite3 file release contains the doxygen generated documentation.
The file release for Windows additionally contains version 3.5.2 of the
SQLite DLL in 3 different flavors:
- the original unmodified DLL,
- a DLL including support for accessing database meta data, and
- a DLL supporting optional database file encryption using 128 bit AES
encryption.
SQLite link libraries for MinGW on Windows are included, too.
Feedback is welcome.
Regards,
Ulrich
More information about the wx-users
mailing list