summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-06-05 15:10:20 +0000
committeradam <adam@pkgsrc.org>2014-06-05 15:10:20 +0000
commit9a01c0d1a0d3dfc34aac06c51a4f5f0407408c7c (patch)
treefb2aa3b1311fb050248646db63c5e888a9f34536 /databases/sqlite3
parentefa2736f58f4719197c534c157d4bd9add735e46 (diff)
downloadpkgsrc-9a01c0d1a0d3dfc34aac06c51a4f5f0407408c7c.tar.gz
Changes 3.8.5:
Added support for partial sorting by index. Enhance the query planner so that it always prefers an index that uses a superset of WHERE clause terms relative to some other index. Improvements to the automerge command of FTS4 to better control the index size for a full-text index that is subject to a large number of updates. Added the sqlite3_rtree_query_callback() interface to R-Tree extension Added new URI query parameters "nolock" and "immutable". Use less memory by not remembering CHECK constraints on read-only database connections. Enable the OR optimization for WITHOUT ROWID tables. Render expressions of the form "x IN (?)" (with a single value in the list on the right-hand side of the IN operator) as if they where "x==?", Similarly optimize "x NOT IN (?)" Add the ".system" and ".once" commands to the command-line shell. Added the SQLITE_IOCAP_IMMUTABLE bit to the set of bits that can be returned by the xDeviceCharacteristics method of a VFS. Added the SQLITE_TESTCTRL_BYTEORDER test control. Bug Fixes: ---------- OFFSET clause ignored on queries without a FROM clause. Assertion fault on queries involving expressions of the form "x IN (?)". Incorrect column datatype reported. Duplicate row returned on a query against a table with more than 16 indices, each on a separate column, and all used via OR-connected constraints. Partial index causes assertion fault on UPDATE OR REPLACE. Crash when calling undocumented SQL function sqlite_rename_parent() with NULL parameters. ORDER BY ignored if the query has an identical GROUP BY. The group_concat(x,'') SQL function returns NULL instead of an empty string when all inputs are empty strings. Fix a bug in the VDBE code generator that caused crashes when doing an INSERT INTO ... SELECT statement where the number of columns being inserted is larger than the number of columns in the destination table. Fix a problem in CSV import in the command-line shell where if the leftmost field of the first row in the CSV file was both zero bytes in size and unquoted no data would be imported. Fix a problem in FTS4 where the left-most column that contained the notindexed column name as a prefix was not indexed rather than the column whose name matched exactly. Fix the sqlite3_db_readonly() interface so that it returns true if the database is read-only due to the file format write version number being too large.
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile7
-rw-r--r--databases/sqlite3/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 9f3967b3bdc..55635f2d141 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.78 2014/04/09 07:26:56 obache Exp $
+# $NetBSD: Makefile,v 1.79 2014/06/05 15:10:20 adam Exp $
-DISTNAME= sqlite-autoconf-3080403
-PKGNAME= sqlite3-3.8.4.3
-PKGREVISION= 1
+DISTNAME= sqlite-autoconf-3080500
+PKGNAME= sqlite3-3.8.5
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/2014/ \
http://www.sqlite.org/2014/
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index faf5d1192fd..6899a917035 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.88 2014/04/03 19:44:42 adam Exp $
+$NetBSD: distinfo,v 1.89 2014/06/05 15:10:20 adam Exp $
-SHA1 (sqlite-autoconf-3080403.tar.gz) = 70f3b100fa22e5bfebfe1b0a2102612e3c6c53fb
-RMD160 (sqlite-autoconf-3080403.tar.gz) = 1122787dd19f45f73ed06a0b936e65f040062968
-Size (sqlite-autoconf-3080403.tar.gz) = 1937379 bytes
+SHA1 (sqlite-autoconf-3080500.tar.gz) = 7f667e10ccebc26ab2086b8a30cb0a600ca0acae
+RMD160 (sqlite-autoconf-3080500.tar.gz) = b8da5ec594ac808da85469349c7506bd343946bf
+Size (sqlite-autoconf-3080500.tar.gz) = 1957050 bytes