Path to this page:
Subject: CVS commit: pkgsrc/databases/sqlite
From: Thomas Klausner
Date: 2005-02-24 17:05:25
Message id: 20050224160525.8594E2DA1D@cvs.netbsd.org
Log Message:
Update to 2.8.16:
2005 February 15 (2.8.16)
* Fix a bug that can lead to database corruption if there are two open connections
to the same database and one connection does a VACUUM and the second makes some
change to the database.
* Correctly handle quoted names in CREATE INDEX statements.
* Fix a naming conflict between sqlite.h and sqlite3.h.
* Avoid excess heap usage when copying expressions.
* Other minor bug fixes.
Files: