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:           Sun Sep  8 06:28:43 UTC 2013

Modified Files:
        pkgsrc/databases/sqlite3: Makefile distinfo

Log Message:
Changes 3.8.0.2:
Fix an off-by-one error that caused quoted empty string at the end of a 
CRNL-terminated line of CSV input to be misread by the command-line shell.
Fix a query planner bug involving a LEFT JOIN with a BETWEEN or LIKE/GLOB 
constraint and then another INNER JOIN to the right that involves an OR 
constraint.
Fix a query planner bug that could result in a segfault when querying tables 
with a UNIQUE or PRIMARY KEY constraint with more than four columns.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/databases/sqlite3/Makefile
cvs rdiff -u -r1.79 -r1.80 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