summaryrefslogtreecommitdiff
path: root/databases/sqlite3/distinfo
diff options
context:
space:
mode:
authoradam <adam>2012-06-11 16:21:30 +0000
committeradam <adam>2012-06-11 16:21:30 +0000
commitfc28cfb3f9bd34fbadfe97feed278bee8038bb1a (patch)
tree91651c558b79da1c0767bc4273a57df5487255a0 /databases/sqlite3/distinfo
parent3895e1c4e134746d5fcfb5833aa93570443cf468 (diff)
downloadpkgsrc-fc28cfb3f9bd34fbadfe97feed278bee8038bb1a.tar.gz
Changes 3.7.13:
* In-memory databases that are specified using URI filenames are allowed to use shared cache, so that the same in-memory database can be accessed from multiple database connections. * Recognize and use the mode=memory query parameter in URI filenames. * Avoid resetting the schema of shared cache connections when any one connection closes. Instead, wait for the last connection to close before reseting the schema. * In the RTREE extension, when rounding 64-bit floating point numbers to 32-bit for storage, always round in a direction that causes the bounding box to get larger. * Adjust the unix driver to avoid unnecessary calls to fchown(). * Add interfaces sqlite3_quota_ferror() and sqlite3_quota_file_available() to the test_quota.c module. * The sqlite3_create_module() and sqlite3_create_module_v2() interfaces return SQLITE_MISUSE on any attempt to overload or replace a virtual table module. The destructor is always called in this case, in accordance with historical and current documentation.
Diffstat (limited to 'databases/sqlite3/distinfo')
-rw-r--r--databases/sqlite3/distinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index d012e02c4cc..60add0ce824 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.69 2012/05/25 20:04:21 adam Exp $
+$NetBSD: distinfo,v 1.70 2012/06/11 16:21:30 adam Exp $
-SHA1 (sqlite-autoconf-3071201.tar.gz) = 295b9acdf9c0452017ca1af392c0e5db019e6874
-RMD160 (sqlite-autoconf-3071201.tar.gz) = 8b5f54564ff283532472d9c62ecafc4c7be69569
-Size (sqlite-autoconf-3071201.tar.gz) = 1831193 bytes
+SHA1 (sqlite-autoconf-3071300.tar.gz) = d3833b6ad68db8505d1044f761dd962f415cd302
+RMD160 (sqlite-autoconf-3071300.tar.gz) = 4c9a959c4d2e162b72b90a965d9b68f97088b3c7
+Size (sqlite-autoconf-3071300.tar.gz) = 1845778 bytes