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 | |
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')
-rw-r--r-- | databases/sqlite3/Makefile.version | 6 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/sqlite3/Makefile.version b/databases/sqlite3/Makefile.version index bd95693ed82..1707fb6a5b5 100644 --- a/databases/sqlite3/Makefile.version +++ b/databases/sqlite3/Makefile.version @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.version,v 1.20 2016/08/14 11:19:08 adam Exp $ +# $NetBSD: Makefile.version,v 1.21 2016/09/13 10:48:24 adam Exp $ # used by databases/sqlite3/Makefile # used by databases/sqlite3-docs/Makefile # used by databases/sqlite3-tcl/Makefile -SQLITE3_DISTVERSION= 3140100 -SQLITE3_VERSION= 3.14.1 +SQLITE3_DISTVERSION= 3140200 +SQLITE3_VERSION= 3.14.2 MASTER_SITES= http://www.hwaci.com/sw/sqlite/2016/ \ http://www.sqlite.org/2016/ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 9b8cdafe45a..194030101ff 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.124 2016/08/14 11:19:08 adam Exp $ +$NetBSD: distinfo,v 1.125 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 |