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: wiz
Date: Thu Nov 20 12:16:22 UTC 2014
Modified Files:
pkgsrc/databases/sqlite3: Makefile distinfo
Log Message:
Update to 3.8.7.2:
* Enhance the ROLLBACK command so that pending queries are allowed
to continue as long as the schema is unchanged. Formerly, a
ROLLBACK would cause all pending queries to fail with an
SQLITE_ABORT or SQLITE_ABORT_ROLLBACK error. That error is
still returned if the ROLLBACK modifies the schema.
* Bug fix: Make sure that NULL results from OP_Column are fully
and completely NULL and do not have the MEM_Ephem bit set.
Ticket 094d39a4c95ee4.
* Bug fix: The %c format in sqlite3_mprintf() is able to handle
precisions greater than 70.
* Bug fix: Do not automatically remove the DISTINCT keyword from
a SELECT that forms the right-hand side of an IN operator since
it is necessary if the SELECT also contains a LIMIT. Ticket
db87229497.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/databases/sqlite3/Makefile
cvs rdiff -u -r1.94 -r1.95 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