diff options
author | adam <adam@pkgsrc.org> | 2011-07-08 09:35:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-07-08 09:35:39 +0000 |
commit | 0dcbf01a4c3f04abc50b9f4f93d7f76e1f4d4cf1 (patch) | |
tree | c54f944e7d25dbf7a402a433ad385848e677d963 /databases/sqlite3-tcl | |
parent | 396076a37ab7ed97b0618f2a2d847d6401e6e9ab (diff) | |
download | pkgsrc-0dcbf01a4c3f04abc50b9f4f93d7f76e1f4d4cf1.tar.gz |
Changes 3.7.7.1:
* Fix a bug causing PRAGMA case_sensitive_like statements compiled using
sqlite3_prepare() to fail with an SQLITE_SCHEMA error.
Changes 3.7.7:
* Add support for URI filenames
* Add the sqlite3_vtab_config() interface in support of ON CONFLICT clauses
with virtual tables.
* Add the xSavepoint, xRelease and xRollbackTo methods in virtual tables in
support of SAVEPOINT for virtual tables.
* Update the built-in FTS3/FTS4 and RTREE virtual tables to support ON CONFLICT
clauses and REPLACE.
* Avoid unnecessary reparsing of the database schema.
* Added support for the FTS4 prefix option and the FTS4 order option.
* Allow WAL-mode databases to be opened read-only as long as there is an
existing read/write connection.
* Added support for short filenames.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 7 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index 93477551f68..f73784944c4 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2011/06/10 09:39:51 obache Exp $ +# $NetBSD: Makefile,v 1.27 2011/07/08 09:35:40 adam Exp $ -DISTNAME= sqlite-autoconf-3070603 -PKGNAME= sqlite3-tcl-3.7.6.3 -PKGREVISION= 1 +DISTNAME= sqlite-autoconf-3070701 +PKGNAME= sqlite3-tcl-3.7.7.1 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 58254ac3901..501cc4c1d6d 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2011/05/19 20:42:53 adam Exp $ +$NetBSD: distinfo,v 1.16 2011/07/08 09:35:40 adam Exp $ -SHA1 (sqlite-autoconf-3070603.tar.gz) = a19e4496e2854e737d55465b77c87e775a362775 -RMD160 (sqlite-autoconf-3070603.tar.gz) = dede8ea95e6e92228391750645ad4d628467ce93 -Size (sqlite-autoconf-3070603.tar.gz) = 1720314 bytes +SHA1 (sqlite-autoconf-3070701.tar.gz) = ee405037ab49f46f657a9b314e66eec6009d5fc6 +RMD160 (sqlite-autoconf-3070701.tar.gz) = c86c81ccc3ad1baec6f753090e5ce1d5d9e03f13 +Size (sqlite-autoconf-3070701.tar.gz) = 1748837 bytes SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea SHA1 (patch-ab) = 64a4352b9a8ed0518784837e390541cd4e1bc9aa |