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:           Thu Jan 15 12:51:33 UTC 2009

Modified Files:
        pkgsrc/databases/sqlite3: Makefile.common distinfo

Log Message:
Changes 3.6.9:
* Fix two bugs, which when combined might result in incorrect query results.
  Both bugs were harmless by themselves; only when they team up do they cause
  problems.

Changes 3.6.8:
* Added support for nested transactions.
* Enhanced the query optimizer so that it is able to use multiple indices
  to efficiently process OR-connected constraints in a WHERE clause.
* Added support for parentheses in FTS3 query patterns using
  the SQLITE_ENABLE_FTS3_PARENTHESIS compile-time option.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 pkgsrc/databases/sqlite3/Makefile.common
cvs rdiff -r1.26 -r1.27 pkgsrc/databases/sqlite3/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