diff options
author | adam <adam@pkgsrc.org> | 2011-10-03 10:22:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-10-03 10:22:19 +0000 |
commit | 876886904e7ebb2e5c08cc25b0f586b823d9fbb4 (patch) | |
tree | eb32f0b47c847a4b92444b0e4585dc95bfad4079 /databases/sqlite3/distinfo | |
parent | df7bc9fc7770180aab6d83a6ecbee9845410ee93 (diff) | |
download | pkgsrc-876886904e7ebb2e5c08cc25b0f586b823d9fbb4.tar.gz |
Changes 3.7.8:
* Orders of magnitude performance improvement for CREATE INDEX on very large
tables.
* Improved the windows VFS to better defend against interference from
anti-virus software.
* Improved query plan optimization when the DISTINCT keyword is present.
* Allow more system calls to be overridden in the unix VFS - to provide better
support for chromium sandboxes.
* Increase the default size of a lookahead cache line from 100 to 128 bytes.
* Enhancements to the test_quota.c module so that it can track preexisting
files.
* Bug fix: Virtual tables now handle IS NOT NULL constraints correctly.
* Bug fixes: Correctly handle nested correlated subqueries used with indices in
a WHERE clause.
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 ca7069b61ee..1bab974f20e 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.63 2011/07/08 09:35:39 adam Exp $ +$NetBSD: distinfo,v 1.64 2011/10/03 10:22:19 adam Exp $ -SHA1 (sqlite-autoconf-3070701.tar.gz) = ee405037ab49f46f657a9b314e66eec6009d5fc6 -RMD160 (sqlite-autoconf-3070701.tar.gz) = c86c81ccc3ad1baec6f753090e5ce1d5d9e03f13 -Size (sqlite-autoconf-3070701.tar.gz) = 1748837 bytes +SHA1 (sqlite-autoconf-3070800.tar.gz) = 34852cfd49ddea440eb26a35ad32deee0176a724 +RMD160 (sqlite-autoconf-3070800.tar.gz) = 98bc0a4c5a341958c28861342a75686aef8b4dff +Size (sqlite-autoconf-3070800.tar.gz) = 1776215 bytes |