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: Mon Apr 1 18:56:42 UTC 2013
Modified Files:
pkgsrc/databases/sqlite3: Makefile distinfo
pkgsrc/databases/sqlite3-docs: Makefile PLIST distinfo
pkgsrc/databases/sqlite3-tcl: Makefile distinfo
Log Message:
Changes 3.7.16.1:
* Fix for a bug in the ORDER BY optimizer that was introduced in version 3.7.15
which would sometimes optimize out the sorting step when in fact the sort was
required. Ticket a179fe7465
* Fix a long-standing bug in the CAST expression that would recognize UTF16
characters as digits even if their most-significant-byte was not zero. Ticket
689137afb6da41.
* Fix a bug in the NEAR operator of FTS3 when applied to subfields. Ticket
38b1ae018f.
* Fix a long-standing bug in the storage engine that would (very rarely) cause
a spurious report of an SQLITE_CORRUPT error but which was otherwise harmless.
Ticket 6bfb98dfc0c.
* The SQLITE_OMIT_MERGE_SORT option has been removed. The merge sorter is now a
required component of SQLite.
* Fixed lots of spelling errors in the source-code comments
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/databases/sqlite3/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/databases/sqlite3/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/sqlite3-docs/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/sqlite3-docs/PLIST \
pkgsrc/databases/sqlite3-docs/distinfo
cvs rdiff -u -r1.43 -r1.44 pkgsrc/databases/sqlite3-tcl/Makefile
cvs rdiff -u -r1.28 -r1.29 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