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/distinfo | |
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/distinfo')
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index d3e9d6de38e..ca7069b61ee 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.62 2011/05/19 20:42:53 adam Exp $ +$NetBSD: distinfo,v 1.63 2011/07/08 09:35:39 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 |