diff options
author | adam <adam@pkgsrc.org> | 2016-09-13 10:48:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-09-13 10:48:24 +0000 |
commit | 4032e5491ac57026acad131e1d4e3563c96a2320 (patch) | |
tree | cb5b1506fe4ad6a795f3857ba75500ed559b7c2e /databases/sqlite3-tcl | |
parent | fdb22af19cad97efdda929a9cd80da8ad4806ac4 (diff) | |
download | pkgsrc-4032e5491ac57026acad131e1d4e3563c96a2320.tar.gz |
SQLite Release 3.14.2:
* Improved support for using the STDCALL calling convention in winsqlite3.dll.
* Fix the sqlite3_trace_v2() interface so that it is disabled if either the callback or the mask arguments are zero, in accordance with the documentation.
* Fix commenting errors and improve the comments generated on EXPLAIN listings when the -DSQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is used.
* Fix the ".read" command in the command-line shell so that it understands that its input is not interactive.
* Correct affinity computations for a SELECT on the RHS of an IN operator.
* The ORDER BY LIMIT optimization is not valid unless the inner-most IN operator loop is actually used by the query plan. Fix for ticket 0c4df46116e90f92.
* Fix an internal code generator problem that was causing some DELETE operations to no-op.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index 1ae8c4487b4..bbccf1123ff 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.72 2016/08/14 11:19:09 adam Exp $ +$NetBSD: distinfo,v 1.73 2016/09/13 10:48:24 adam Exp $ -SHA1 (sqlite-autoconf-3140100.tar.gz) = 774a05b8e7c9318111228bd5ad6bf65272f3fe38 -RMD160 (sqlite-autoconf-3140100.tar.gz) = 41c6c5cb99cba2dc91bc12ce939c9d2f842d992f -SHA512 (sqlite-autoconf-3140100.tar.gz) = 14d78eea1aef5bd143f942b88f01ef2c1ef58aeac6c0a10c0807761ac5301b71db7d787f82ba8215d804b80c115ee4800072d4aa86616d04d01aaf529e168461 -Size (sqlite-autoconf-3140100.tar.gz) = 2473610 bytes +SHA1 (sqlite-autoconf-3140200.tar.gz) = 5d3a6bccd9154963641960db61df901a4e0b3ca0 +RMD160 (sqlite-autoconf-3140200.tar.gz) = 5a35fe94bda3876da1beb89bb19cb1a8bd6d235c +SHA512 (sqlite-autoconf-3140200.tar.gz) = 02c5ca3073e29307f842af3305793dd6251d2ac43ce3f37b5b9402d6582a6bda56a41f82b130d03997ebb3cc109d6ab7baa9a946c03e74ae5158426bc154fd70 +Size (sqlite-autoconf-3140200.tar.gz) = 2472940 bytes SHA1 (patch-aa) = 4a12a16498d04e1031dc0802fda731b73e98a32d |