diff options
author | adam <adam@pkgsrc.org> | 2012-06-11 16:21:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-06-11 16:21:30 +0000 |
commit | 30149ed2384c085dcd80ec6c8a040674f8a501cd (patch) | |
tree | 91651c558b79da1c0767bc4273a57df5487255a0 /databases | |
parent | 93a2f786afd2e4553a0b7128c80d8281d67cba8e (diff) | |
download | pkgsrc-30149ed2384c085dcd80ec6c8a040674f8a501cd.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')
-rw-r--r-- | databases/sqlite3-docs/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite3-docs/PLIST | 4 | ||||
-rw-r--r-- | databases/sqlite3-docs/distinfo | 8 | ||||
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 | ||||
-rw-r--r-- | databases/sqlite3/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
7 files changed, 24 insertions, 22 deletions
diff --git a/databases/sqlite3-docs/Makefile b/databases/sqlite3-docs/Makefile index a33a6c83e40..38ec064f05a 100644 --- a/databases/sqlite3-docs/Makefile +++ b/databases/sqlite3-docs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2012/05/25 20:04:21 adam Exp $ +# $NetBSD: Makefile,v 1.11 2012/06/11 16:21:30 adam Exp $ -DISTNAME= sqlite-doc-3071201 -PKGNAME= sqlite3-docs-3.7.12.1 +DISTNAME= sqlite-doc-3071300 +PKGNAME= sqlite3-docs-3.7.13 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST index 7219f62de15..ddc865e2c21 100644 --- a/databases/sqlite3-docs/PLIST +++ b/databases/sqlite3-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2012/05/25 20:04:21 adam Exp $ +@comment $NetBSD: PLIST,v 1.11 2012/06/11 16:21:30 adam Exp $ share/doc/sqlite3/34to35.html share/doc/sqlite3/35to36.html share/doc/sqlite3/about.html @@ -76,6 +76,7 @@ share/doc/sqlite3/c3ref/create_collation.html share/doc/sqlite3/c3ref/create_function.html share/doc/sqlite3/c3ref/create_module.html share/doc/sqlite3/c3ref/data_count.html +share/doc/sqlite3/c3ref/data_directory.html share/doc/sqlite3/c3ref/db_config.html share/doc/sqlite3/c3ref/db_filename.html share/doc/sqlite3/c3ref/db_handle.html @@ -561,6 +562,7 @@ share/doc/sqlite3/releaselog/3_7_10.html share/doc/sqlite3/releaselog/3_7_11.html share/doc/sqlite3/releaselog/3_7_12.html share/doc/sqlite3/releaselog/3_7_12_1.html +share/doc/sqlite3/releaselog/3_7_13.html share/doc/sqlite3/releaselog/3_7_2.html share/doc/sqlite3/releaselog/3_7_3.html share/doc/sqlite3/releaselog/3_7_4.html diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo index a353fcbce48..e51fb699b24 100644 --- a/databases/sqlite3-docs/distinfo +++ b/databases/sqlite3-docs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2012/05/25 20:04:21 adam Exp $ +$NetBSD: distinfo,v 1.11 2012/06/11 16:21:30 adam Exp $ -SHA1 (sqlite-doc-3071201.zip) = 0b917812c3c4cb9fdeaf918945aa5bbea2f2ed6b -RMD160 (sqlite-doc-3071201.zip) = 05ce0e614c2e601d7c81f403b4da3da9c7fc9abf -Size (sqlite-doc-3071201.zip) = 4088017 bytes +SHA1 (sqlite-doc-3071300.zip) = 839f471d03de777b050bf585ab6175a27d96c360 +RMD160 (sqlite-doc-3071300.zip) = 8f75103d1ff8a4f5ac8b90663f38985a6fe1204e +Size (sqlite-doc-3071300.zip) = 3868922 bytes diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index cfb91d5878d..23b502f9b7f 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2012/05/25 20:04:21 adam Exp $ +# $NetBSD: Makefile,v 1.35 2012/06/11 16:21:31 adam Exp $ -DISTNAME= sqlite-autoconf-3071201 -PKGNAME= sqlite3-tcl-3.7.12.1 +DISTNAME= sqlite-autoconf-3071300 +PKGNAME= sqlite3-tcl-3.7.13 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 e9acca6ae9f..cc92103cb61 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.22 2012/05/25 20:04:21 adam Exp $ +$NetBSD: distinfo,v 1.23 2012/06/11 16:21:31 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 SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea SHA1 (patch-ab) = 64a4352b9a8ed0518784837e390541cd4e1bc9aa diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 131c75e7949..06f9772482d 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2012/05/25 20:04:21 adam Exp $ +# $NetBSD: Makefile,v 1.53 2012/06/11 16:21:30 adam Exp $ -DISTNAME= sqlite-autoconf-3071201 -PKGNAME= sqlite3-3.7.12.1 +DISTNAME= sqlite-autoconf-3071300 +PKGNAME= sqlite3-3.7.13 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ 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 |