SQLite version 3.8.7.2 is now available on the SQLite website:
http://www.sqlite.org/
http://www.sqlite.org/download.html
Version 3.8.7.2 is a patch release with minimal changes from versions 3.8.7.1
and 3.8.7. The primary change to 3.8.7.2 is an enhancement to the ROLLBACK
command that allows running queries on the same database connection to continue
through the ROLLBACK as long as the schema is not changed. In prior releases
of SQLite, a ROLLBACK would cause pending queries on the same connection to
halt with an SQLITE_ABORT or SQLITE_ABORT_ROLLBACK error. Those errors are
still returned in cases where the ROLLBACK changes the schema, but when the
schema is unchanged, the queries are now allowed to continue.
In addition to the ROLLBACK enhancement, the 3.8.7.2 release fixes three
obscure bugs.
As always, please let me know if you encounter any problems in this release.
--
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-announce mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-announce