pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/sqlite3
Module Name: pkgsrc
Committed By: adam
Date: Fri Apr 10 08:44:03 UTC 2009
Modified Files:
pkgsrc/databases/sqlite3: Makefile.common distinfo
pkgsrc/databases/sqlite3/patches: patch-aa
Log Message:
Changes 3.6.12:
* Fixed a bug that caused database corruption when an incremental vacuum is
rolled back in an in-memory database.
* Added the sqlite3_unlock_notify() interface.
* Added the reverse unordered selects pragma.
* The default page size on windows is automatically adjusted to match the
capabilities of the underlying filesystem.
* Add the new ".genfkey" command in the CLI for generating triggers to
implement foreign key constraints.
* Performance improvements for "count(*)" queries.
* Reduce the amount of heap memory used, especially by TRIGGERs.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/sqlite3/Makefile.common
cvs rdiff -u -r1.32 -r1.33 pkgsrc/databases/sqlite3/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/sqlite3/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index