pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases
Module Name: pkgsrc
Committed By: adam
Date: Thu Jul 22 21:07:46 UTC 2010
Modified Files:
pkgsrc/databases/sqlite3: Makefile distinfo
pkgsrc/databases/sqlite3-tcl: Makefile PLIST distinfo
Log Message:
Changes 3.7.0:
* Added support for write-ahead logging.
* Query planner enhancement - automatic transient indices are created when
doing so reduces the estimated query time.
* Query planner enhancement - the ORDER BY becomes a no-op if the query also
contains a GROUP BY clause that forces the correct output order.
* Add the SQLITE_DBSTATUS_CACHE_USED verb for sqlite3_db_status().
* The logical database size is now stored in the database header so that bytes
can be appended to the end of the database file without corrupting it and so
that SQLite will work correctly on systems that lack support for ftruncate().
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/sqlite3/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/databases/sqlite3/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/sqlite3-tcl/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/sqlite3-tcl/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/sqlite3-tcl/distinfo
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