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: Sat Apr 9 09:25:39 UTC 2016
Modified Files:
pkgsrc/databases/sqlite3: Makefile.version distinfo
pkgsrc/databases/sqlite3-docs: PLIST distinfo
pkgsrc/databases/sqlite3-tcl: distinfo
Log Message:
Release 3.12.1
Fix a boundary condition error introduced by version 3.12.0 that can result in a crash during heavy SAVEPOINT usage.
Fix views so that they inherit column datatypes from the table that they are defined against, when possible.
Fix the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/sqlite3/Makefile.version
cvs rdiff -u -r1.119 -r1.120 pkgsrc/databases/sqlite3/distinfo
cvs rdiff -u -r1.53 -r1.54 pkgsrc/databases/sqlite3-docs/PLIST
cvs rdiff -u -r1.54 -r1.55 pkgsrc/databases/sqlite3-docs/distinfo
cvs rdiff -u -r1.67 -r1.68 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