diff options
author | adam <adam@pkgsrc.org> | 2010-07-22 21:07:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-07-22 21:07:45 +0000 |
commit | 429132a3f2c1687b2ad3671408a96617d63da1e6 (patch) | |
tree | 817477b0456756065952b679459461b14dc0f771 /databases | |
parent | 5f72196485e629dbb76d09a6c5da977c8850f3a5 (diff) | |
download | pkgsrc-429132a3f2c1687b2ad3671408a96617d63da1e6.tar.gz |
Changes 3.7.0:
* Added support for write-ahead logging.
* Query planner enhancement - automatic transient indices are created when
doing so reduces the estimated query time.
* Query planner enhancement - the ORDER BY becomes a no-op if the query also
contains a GROUP BY clause that forces the correct output order.
* Add the SQLITE_DBSTATUS_CACHE_USED verb for sqlite3_db_status().
* The logical database size is now stored in the database header so that bytes
can be appended to the end of the database file without corrupting it and so
that SQLite will work correctly on systems that lack support for ftruncate().
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 4 | ||||
-rw-r--r-- | databases/sqlite3-tcl/PLIST | 4 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 | ||||
-rw-r--r-- | databases/sqlite3/Makefile | 5 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
5 files changed, 14 insertions, 15 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index 6c3491b5ad7..9294d734972 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2010/03/12 09:11:27 adam Exp $ +# $NetBSD: Makefile,v 1.16 2010/07/22 21:07:46 adam Exp $ -DISTNAME= sqlite-3_6_23-tea +DISTNAME= sqlite-3_7_0-tea PKGNAME= ${DISTNAME:S/sqlite/sqlite3-tcl/:S/-tea//:S/_/./g} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ diff --git a/databases/sqlite3-tcl/PLIST b/databases/sqlite3-tcl/PLIST index af2a08546d7..5348b6ed18b 100644 --- a/databases/sqlite3-tcl/PLIST +++ b/databases/sqlite3-tcl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2010/03/12 09:11:27 adam Exp $ -lib/tcl8.4/sqlite3/libsqlite3623.so +@comment $NetBSD: PLIST,v 1.7 2010/07/22 21:07:46 adam Exp $ +lib/tcl8.4/sqlite3/libsqlite3.7.0.so lib/tcl8.4/sqlite3/pkgIndex.tcl man/mann/sqlite3.n diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index 875c900f1ed..2c34e480adc 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2010/03/12 09:11:27 adam Exp $ +$NetBSD: distinfo,v 1.5 2010/07/22 21:07:46 adam Exp $ -SHA1 (sqlite-3_6_23-tea.tar.gz) = 398e3e8bb7bd5716d5f9ec0ce8e22f008d4d938b -RMD160 (sqlite-3_6_23-tea.tar.gz) = 179de074b68dffc445fda7ca8659160ecdea476e -Size (sqlite-3_6_23-tea.tar.gz) = 1194484 bytes +SHA1 (sqlite-3_7_0-tea.tar.gz) = 2da4fa6f3e5aafba0b10f789020a8b3eb8002ccc +RMD160 (sqlite-3_7_0-tea.tar.gz) = b76c6f9f95d53a8f0279d48df66bcc6f38c64abc +Size (sqlite-3_7_0-tea.tar.gz) = 1263681 bytes SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index ff93e444997..6baa7c0d02b 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2010/07/12 10:54:55 tnn Exp $ +# $NetBSD: Makefile,v 1.30 2010/07/22 21:07:45 adam Exp $ -DISTNAME= sqlite-amalgamation-3.6.23.1 +DISTNAME= sqlite-amalgamation-3.7.0 PKGNAME= ${DISTNAME:S/sqlite-amalgamation/sqlite3/} -PKGREVISION= 1 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 60577060439..f86392527fe 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.50 2010/04/01 12:01:53 tnn Exp $ +$NetBSD: distinfo,v 1.51 2010/07/22 21:07:45 adam Exp $ -SHA1 (sqlite-amalgamation-3.6.23.1.tar.gz) = 0f4a1390f6405b8f00ecc3694c99ba4e87b40308 -RMD160 (sqlite-amalgamation-3.6.23.1.tar.gz) = 6ab83f464a51b9862970f3473f25839319cdb7d5 -Size (sqlite-amalgamation-3.6.23.1.tar.gz) = 1421265 bytes +SHA1 (sqlite-amalgamation-3.7.0.tar.gz) = 5ed43977c5682908ae05eb27841e4191635a4a96 +RMD160 (sqlite-amalgamation-3.7.0.tar.gz) = d2376d516645fd3b44783a92458bb557999aa460 +Size (sqlite-amalgamation-3.7.0.tar.gz) = 1486712 bytes SHA1 (patch-aa) = 033d23ac56e22fc3a4376ab3cedaed13e173d50f |