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:           Wed Apr 20 05:04:44 UTC 2016

Modified Files:
        pkgsrc/databases/sqlite3: Makefile Makefile.version distinfo
        pkgsrc/databases/sqlite3-docs: PLIST distinfo
        pkgsrc/databases/sqlite3-tcl: Makefile distinfo

Log Message:
Changes 3.12.2:
Fix a backwards compatibility problem in version 3.12.0 and 3.12.1: Columns declared as "INTEGER" PRIMARY KEY (with quotes around the datatype keyword) where not being recognized as an INTEGER 
PRIMARY KEY, which resulted in an incompatible database file.
Fix a bug (present since version 3.9.0) that can cause the DELETE operation to miss rows if PRAGMA reverse_unordered_selects is turned on.
Fix a bug in the code generator that can causes incorrect results if two or more virtual tables are joined and the virtual table used in outer loop of the join has an IN operator constraint.
Correctly interpret negative "PRAGMA cache_size" values when determining the cache size used for sorting large amounts of data.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/databases/sqlite3/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/sqlite3/Makefile.version
cvs rdiff -u -r1.120 -r1.121 pkgsrc/databases/sqlite3/distinfo
cvs rdiff -u -r1.54 -r1.55 pkgsrc/databases/sqlite3-docs/PLIST
cvs rdiff -u -r1.55 -r1.56 pkgsrc/databases/sqlite3-docs/distinfo
cvs rdiff -u -r1.80 -r1.81 pkgsrc/databases/sqlite3-tcl/Makefile
cvs rdiff -u -r1.68 -r1.69 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