summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authoradam <adam>2017-01-02 17:52:23 +0000
committeradam <adam>2017-01-02 17:52:23 +0000
commit4bb01ba7e6610ac74a5072952265610f8dcc0f5b (patch)
tree2fad96761bac303757da0d19cfe52696c3cd8733 /databases/sqlite3
parent9bb17271094125e903adde975d04e6309f2696f0 (diff)
downloadpkgsrc-4bb01ba7e6610ac74a5072952265610f8dcc0f5b.tar.gz
SQLite Release 3.16.0 On 2017-01-02
Uses 9% fewer CPU cycles. (See the CPU performance measurement report for details on how the this performance increase was computed.) Added experimental support for PRAGMA functions. Added the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE option to sqlite3_db_config(). Enhance the date and time functions so that the 'unixepoch' modifier works for the full span of supported dates. Changed the default configuration of the lookaside memory allocator from 500 slots of 128 bytes each into 125 slots of 512 bytes each. Enhanced "WHERE x NOT NULL" partial indexes so that they are usable if the "x" column appears in a LIKE or GLOB operator. Enhanced sqlite3_interrupt() so that it interrupts checkpoint operations that are in process. Enhanced the LIKE and GLOB matching algorithm to be faster for cases when the pattern contains multiple wildcards. Added the SQLITE_FCNTL_WIN32_GET_HANDLE file control opcode. Added ".mode quote" to the command-line shell. Added ".lint fkey-indexes" to the command-line shell. Added the .imposter dot-command to the command-line shell. Added the remember(V,PTR) SQL function as a loadable extension. Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE to better reflect the implications of using it. Bug Fixes: Fix a long-standing bug in the query planner that caused incorrect results on a LEFT JOIN where the left-hand table is a subquery and the join constraint is a bare column name coming from the left-hand subquery. Ticket 2df0107b. Correctly handle the integer literal -0x8000000000000000 in the query planner.
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile3
-rw-r--r--databases/sqlite3/Makefile.version10
-rw-r--r--databases/sqlite3/distinfo10
3 files changed, 11 insertions, 12 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index ec8d1e4b520..6f54e6bf47e 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.112 2016/12/12 16:17:53 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2017/01/02 17:52:23 adam Exp $
#
# used by databases/sqlite3-tcl/Makefile
-PKGREVISION= 2
.include "Makefile.common"
PKGNAME= sqlite3-${SQLITE3_VERSION}
diff --git a/databases/sqlite3/Makefile.version b/databases/sqlite3/Makefile.version
index 1e0d9bab85a..94f55eaca67 100644
--- a/databases/sqlite3/Makefile.version
+++ b/databases/sqlite3/Makefile.version
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.version,v 1.25 2016/11/29 08:46:48 adam Exp $
+# $NetBSD: Makefile.version,v 1.26 2017/01/02 17:52:23 adam Exp $
#
# used by databases/sqlite3/Makefile
# used by databases/sqlite3-docs/Makefile
# used by databases/sqlite3-tcl/Makefile
# used by devel/lemon/Makefile
-SQLITE3_DISTVERSION= 3150200
-SQLITE3_VERSION= 3.15.2
+SQLITE3_DISTVERSION= 3160000
+SQLITE3_VERSION= 3.16.0
-MASTER_SITES= http://www.hwaci.com/sw/sqlite/2016/ \
- http://www.sqlite.org/2016/
+MASTER_SITES= http://www.hwaci.com/sw/sqlite/2017/ \
+ http://www.sqlite.org/2017/
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 9a90ae1bc4f..b9c7e2d7dfe 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.128 2016/11/29 08:46:48 adam Exp $
+$NetBSD: distinfo,v 1.129 2017/01/02 17:52:23 adam Exp $
-SHA1 (sqlite-autoconf-3150200.tar.gz) = 31f52169bcfeef9efb61480d0950e928ad059552
-RMD160 (sqlite-autoconf-3150200.tar.gz) = d4472bdea8d4af9dcffa68305a88c21bbd9fad9f
-SHA512 (sqlite-autoconf-3150200.tar.gz) = 9620f03bbd14a15063378656567df544245f62255ed36cca683b3b92b6eb48e83c6ca09bbf904b916c1c7504b69f0332860923daabb25c94b2a46434e2dcb19d
-Size (sqlite-autoconf-3150200.tar.gz) = 2491735 bytes
+SHA1 (sqlite-autoconf-3160000.tar.gz) = 5150313c332b598a98be0c4bd5a04031a216ab13
+RMD160 (sqlite-autoconf-3160000.tar.gz) = 015864279cad35ca05740e53de6d703e1a549dc3
+SHA512 (sqlite-autoconf-3160000.tar.gz) = b1f6d5148e3e1238c838ff2eb9dd6f534f61dddda9f3b1275a608a1c3ddd2e8064ddffaf6e90d13dbf203bc7cc5f3f48191dd613a09fd1ba56567f8ccc253687
+Size (sqlite-autoconf-3160000.tar.gz) = 2506992 bytes