summaryrefslogtreecommitdiff
path: root/databases/sqlite3-tcl/Makefile
diff options
context:
space:
mode:
authoradam <adam>2012-09-06 20:29:41 +0000
committeradam <adam>2012-09-06 20:29:41 +0000
commit73e8ace5a84a1d5f75dbe15b1a2d4948745d9531 (patch)
tree6ea74d18ea228bd22fcc81eccebc35dc521fcad9 /databases/sqlite3-tcl/Makefile
parent7a61e1f650eb9007e2f7cafab0286b9dc2ab6f64 (diff)
downloadpkgsrc-73e8ace5a84a1d5f75dbe15b1a2d4948745d9531.tar.gz
Changes 3.7.14:
* Drop built-in support for OS/2. If you need to upgrade an OS/2 application to use this or a later version of SQLite, then add an application-defined VFS using the sqlite3_vfs_register() interface. The code removed in this release can serve as a baseline for the application-defined VFS. * Ensure that floating point values are preserved exactly when reconstructing a database from the output of the ".dump" command of the command-line shell. * Added the sqlite3_close_v2() interface. * Updated the command-line shell so that it can be built using SQLITE_OMIT_FLOATING_POINT and SQLITE_OMIT_AUTOINIT. * Improvements to the windows makefiles and build processes. * Enhancements to PRAGMA integrity_check and PRAGMA quick_check so that they can optionally check just a single attached database instead of all attached databases. * Enhancements to WAL mode processing that ensure that at least one valid read-mark is available at all times, so that read-only processes can always read the database. * Performance enhancements in the sorter used by ORDER BY and CREATE INDEX. * Added the SQLITE_DISABLE_FTS4_DEFERRED compile-time option. * Better handling of aggregate queries where the aggregate functions are contained within subqueries. * Enhance the query planner so that it will try to use a covering index on queries that make use of or optimization.
Diffstat (limited to 'databases/sqlite3-tcl/Makefile')
-rw-r--r--databases/sqlite3-tcl/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile
index de6feb6b5af..75bc4d633e8 100644
--- a/databases/sqlite3-tcl/Makefile
+++ b/databases/sqlite3-tcl/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2012/08/21 23:49:20 marino Exp $
+# $NetBSD: Makefile,v 1.37 2012/09/06 20:29:41 adam Exp $
-DISTNAME= sqlite-autoconf-3071300
-PKGNAME= sqlite3-tcl-3.7.13
-PKGREVISION= 1
+DISTNAME= sqlite-autoconf-3071400
+PKGNAME= sqlite3-tcl-3.7.14
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
http://www.sqlite.org/