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/Makefile.version | |
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/Makefile.version')
-rw-r--r-- | databases/sqlite3/Makefile.version | 6 |
1 files changed, 3 insertions, 3 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/ |