summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/distinfo
diff options
context:
space:
mode:
authoradam <adam>2012-09-06 20:29:41 +0000
committeradam <adam>2012-09-06 20:29:41 +0000
commit74a3c3113dd707d5a8fdc642c394bff1b2de9c06 (patch)
tree6ea74d18ea228bd22fcc81eccebc35dc521fcad9 /databases/sqlite3-docs/distinfo
parente64df9fbbef4a57c6b1153699c9b58c4255b5ab3 (diff)
downloadpkgsrc-74a3c3113dd707d5a8fdc642c394bff1b2de9c06.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-docs/distinfo')
-rw-r--r--databases/sqlite3-docs/distinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
index e51fb699b24..0b6fb94a99b 100644
--- a/databases/sqlite3-docs/distinfo
+++ b/databases/sqlite3-docs/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2012/06/11 16:21:30 adam Exp $
+$NetBSD: distinfo,v 1.12 2012/09/06 20:29:41 adam Exp $
-SHA1 (sqlite-doc-3071300.zip) = 839f471d03de777b050bf585ab6175a27d96c360
-RMD160 (sqlite-doc-3071300.zip) = 8f75103d1ff8a4f5ac8b90663f38985a6fe1204e
-Size (sqlite-doc-3071300.zip) = 3868922 bytes
+SHA1 (sqlite-doc-3071400.zip) = 38a8e9a4fa515f7aa6df7d31e58bd0ec60658031
+RMD160 (sqlite-doc-3071400.zip) = 9a63495a1bd9dcdb99810b3a09c140529e9156d7
+Size (sqlite-doc-3071400.zip) = 4109131 bytes