summaryrefslogtreecommitdiff
path: root/databases/sqlite3-tcl
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-03-20 21:00:47 +0000
committeradam <adam@pkgsrc.org>2012-03-20 21:00:47 +0000
commit0344c0181cfa36461f0c9745345423e85e81425c (patch)
tree85c11623666af3e52045945843ba7fab922f06c5 /databases/sqlite3-tcl
parent86ee2a069a3e619754241a715d722d199e3fcfff (diff)
downloadpkgsrc-0344c0181cfa36461f0c9745345423e85e81425c.tar.gz
Changes 3.7.11:
* Enhance the INSERT syntax to allow multiple rows to be inserted via the VALUES clause. * Enhance the CREATE VIRTUAL TABLE command to support the IF NOT EXISTS clause. * Added the sqlite3_stricmp() interface as a counterpart to sqlite3_strnicmp(). * Added the sqlite3_db_readonly() interface. * Added the SQLITE_FCNTL_PRAGMA file control, giving VFS implementations the ability to add new PRAGMA statements or to override built-in PRAGMAs. * Queries of the form: "SELECT max(x), y FROM table" returns the value of y on the same row that contains the maximum x value. * Added support for the FTS4 languageid option. * Documented support for the FTS4 content option. This feature has actually been in the code since version 3.7.9 but is only now considered to be officially supported. * Pending statements no longer block ROLLBACK. Instead, the pending statement will return SQLITE_ABORT upon next access after the ROLLBACK. * Improvements to the handling of CSV inputs in the command-line shell * Fix a bug introduced in version 3.7.10 that might cause a LEFT JOIN to be incorrectly converted into an INNER JOIN if the WHERE clause indexable terms connected by OR.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r--databases/sqlite3-tcl/Makefile6
-rw-r--r--databases/sqlite3-tcl/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile
index c0402cf9d4e..50d43a0ab79 100644
--- a/databases/sqlite3-tcl/Makefile
+++ b/databases/sqlite3-tcl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2012/01/17 15:53:13 adam Exp $
+# $NetBSD: Makefile,v 1.31 2012/03/20 21:00:47 adam Exp $
-DISTNAME= sqlite-autoconf-3071000
-PKGNAME= sqlite3-tcl-3.7.10
+DISTNAME= sqlite-autoconf-3071100
+PKGNAME= sqlite3-tcl-3.7.11
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
http://www.sqlite.org/
diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo
index e6d25173f23..a89ead150a9 100644
--- a/databases/sqlite3-tcl/distinfo
+++ b/databases/sqlite3-tcl/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2012/01/17 15:53:13 adam Exp $
+$NetBSD: distinfo,v 1.20 2012/03/20 21:00:47 adam Exp $
-SHA1 (sqlite-autoconf-3071000.tar.gz) = 0442d5a1bff50153039951b09db649864d8af0bb
-RMD160 (sqlite-autoconf-3071000.tar.gz) = 8932a5cd4b596632c63af30cbd94c2b6c9d45377
-Size (sqlite-autoconf-3071000.tar.gz) = 1801640 bytes
+SHA1 (sqlite-autoconf-3071100.tar.gz) = a768f76b10df84d6a2c66178544d42725a8fdaf0
+RMD160 (sqlite-autoconf-3071100.tar.gz) = 09df3232f4eb7032c0a6081670b2bdcb6d80e865
+Size (sqlite-autoconf-3071100.tar.gz) = 1807754 bytes
SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea
SHA1 (patch-ab) = 64a4352b9a8ed0518784837e390541cd4e1bc9aa