summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/Makefile
diff options
context:
space:
mode:
authoradam <adam>2012-03-20 21:00:47 +0000
committeradam <adam>2012-03-20 21:00:47 +0000
commite709166d8efb1ce82f04ae0f89d98cbd1cb3cd50 (patch)
tree85c11623666af3e52045945843ba7fab922f06c5 /databases/sqlite3-docs/Makefile
parentee595c2c2f29bb11d95b5042cd5f9eea0f693b26 (diff)
downloadpkgsrc-e709166d8efb1ce82f04ae0f89d98cbd1cb3cd50.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-docs/Makefile')
-rw-r--r--databases/sqlite3-docs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite3-docs/Makefile b/databases/sqlite3-docs/Makefile
index a8d8dcf8b79..7f5a0e367c5 100644
--- a/databases/sqlite3-docs/Makefile
+++ b/databases/sqlite3-docs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2012/01/17 15:53:13 adam Exp $
+# $NetBSD: Makefile,v 1.8 2012/03/20 21:00:47 adam Exp $
-DISTNAME= sqlite-doc-3071000
-PKGNAME= sqlite3-docs-3.7.10
+DISTNAME= sqlite-doc-3071100
+PKGNAME= sqlite3-docs-3.7.11
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
http://www.sqlite.org/