summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authoradam <adam>2017-05-24 19:41:03 +0000
committeradam <adam>2017-05-24 19:41:03 +0000
commitc43c43b1e7e6e855968bec5de618744c27a4eddb (patch)
tree3b7e96fbeff5769d53bb16d09555386e44257998 /databases/sqlite3
parent1ecccc2783e77184db50214501af56445da000f1 (diff)
downloadpkgsrc-c43c43b1e7e6e855968bec5de618744c27a4eddb.tar.gz
SQLite Release 3.19.0
--------------------- The SQLITE_READ authorizer callback is invoked once with a column name that is an empty string for every table referenced in a query from which no columns are extracted. When using an index on an expression, try to use expression values already available in the index, rather than loading the original columns and recomputing the expression. Enhance the flattening optimization so that it is able to flatten views on the right-hand side of a LEFT JOIN. Use replace() instead of char() for escaping newline and carriage-return characters embedded in strings in the .dump output from the command-line shell. Avoid unnecessary foreign key processing in UPDATE statements that do not touch the columns that are constrained by the foreign keys. On a DISTINCT query that uses an index, try to skip ahead to the next distinct entry using the index rather than stepping through rows, when an appropriate index is available. Avoid unnecessary invalidation of sqlite3_blob handles when making changes to unrelated tables. Transfer any terms of the HAVING clause that use only columns mentioned in the GROUP BY clause over to the WHERE clause for faster processing. Reuse the same materialization of a VIEW if that VIEW appears more than once in the same query. Enhance PRAGMA integrity_check so that it identifies tables that have two or more rows with the same rowid. Enhance the FTS5 query syntax so that column filters may be applied to arbitrary expressions. Enhance the json_extract() function to cache and reuse parses of JSON input text. Added the anycollseq.c loadable extension that allows a generic SQLite database connection to read a schema that contains unknown and/or application-specific collating sequences. Bug Fixes: ---------- Fix a problem in REPLACE that can result in a corrupt database containing two or more rows with the same rowid. Fix a problem in PRAGMA integrity_check that was causing a subsequent VACUUM to behave suboptimally. Fix the PRAGMA foreign_key_check command so that it works correctly with foreign keys on WITHOUT ROWID tables. Disallow leading zeros in numeric constants in JSON. Disallow control characters inside of strings in JSON. Limit the depth of recursion for JSON objects and arrays in order to avoid excess stack usage in the recursive descent parser.
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile3
-rw-r--r--databases/sqlite3/Makefile.version6
-rw-r--r--databases/sqlite3/PLIST3
-rw-r--r--databases/sqlite3/distinfo10
4 files changed, 11 insertions, 11 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 9f679a960f8..05073b8dc86 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.116 2017/04/22 21:03:08 adam Exp $
+# $NetBSD: Makefile,v 1.117 2017/05/24 19:41:03 adam Exp $
-PKGREVISION= 1
.include "Makefile.common"
PKGNAME= sqlite3-${SQLITE3_VERSION}
diff --git a/databases/sqlite3/Makefile.version b/databases/sqlite3/Makefile.version
index bd3471f19b5..38f55893fbe 100644
--- a/databases/sqlite3/Makefile.version
+++ b/databases/sqlite3/Makefile.version
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.version,v 1.31 2017/03/30 15:55:12 adam Exp $
+# $NetBSD: Makefile.version,v 1.32 2017/05/24 19:41:03 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= 3180000
-SQLITE3_VERSION= 3.18.0
+SQLITE3_DISTVERSION= 3190000
+SQLITE3_VERSION= 3.19.0
MASTER_SITES= http://www.hwaci.com/sw/sqlite/2017/
MASTER_SITES+= http://www.sqlite.org/2017/
diff --git a/databases/sqlite3/PLIST b/databases/sqlite3/PLIST
index 01492022531..db7f29db72c 100644
--- a/databases/sqlite3/PLIST
+++ b/databases/sqlite3/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2007/01/11 19:08:48 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/05/24 19:41:03 adam Exp $
bin/sqlite3
+include/msvc.h
include/sqlite3.h
include/sqlite3ext.h
lib/libsqlite3.la
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index ef65325a017..8e4ff6eaba1 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.133 2017/03/30 15:55:12 adam Exp $
+$NetBSD: distinfo,v 1.134 2017/05/24 19:41:03 adam Exp $
-SHA1 (sqlite-autoconf-3180000.tar.gz) = 74559194e1dd9b9d577cac001c0e9d370856671b
-RMD160 (sqlite-autoconf-3180000.tar.gz) = dca1a652fa28133f505daba50a021d90891f0ea2
-SHA512 (sqlite-autoconf-3180000.tar.gz) = 4c2efda1d63d1849f7a351cc57c02cc1820efe3c19f88460a131a1d6ae4f7411e4b7672a5581055e581093df29f65cebd9ff5b24125c18802523b17477dce1ef
-Size (sqlite-autoconf-3180000.tar.gz) = 2533004 bytes
+SHA1 (sqlite-autoconf-3190000.tar.gz) = 25f274e379362cbb17560e72ab886d50e0be2afe
+RMD160 (sqlite-autoconf-3190000.tar.gz) = 8f511284380db843e1f9600bdf4692953f9cbccf
+SHA512 (sqlite-autoconf-3190000.tar.gz) = 3aa8306e1cb26ad18e34a03ea8c1ddfbdf923d4064a64b61d28a11571339dfafa5ad57e65aad2b3fcc8a6a4faad364f5bda28e88fc67f1012229a506c3ced422
+Size (sqlite-autoconf-3190000.tar.gz) = 2542337 bytes