SQLite version 3.5.8 is now available on the SQLite website

     http://www.sqlite.org/

The primary focus of this release is performance enhancements.
But there are also some interface changes:

    *  The sqlite3_randomness() interface has been added.
    *  The sqlite3_context_db_handle() interface has been added.
    *  The sqlite3_limit() interface has been added.
    *  The VACUUM command can now be used to change the
        database page size.

There are also many bug fixes, though none of the bugs fixed
appear to be major.

As always, please report any problem you may encounter.

D. Richard Hipp
[EMAIL PROTECTED]

P.S.:  As I type this, two test failures have emerged in the new
release:  utf16-bind-6.4 and utf16-bind-7.4.  Both failures are
benign.  The fault is actually in the test script, not in SQLite itself.
The test script in these cases assumes a UTF8 database and
hence clearly does not work if the database uses UTF16.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to