diff options
author | adam <adam> | 2011-10-03 10:22:19 +0000 |
---|---|---|
committer | adam <adam> | 2011-10-03 10:22:19 +0000 |
commit | c6fcaee05c01747c6fb9eb8294ec59a82a9ac80e (patch) | |
tree | eb32f0b47c847a4b92444b0e4585dc95bfad4079 /databases/sqlite3-docs | |
parent | 592361e4cddef9a627a92109ffd10df8dfa34ecc (diff) | |
download | pkgsrc-c6fcaee05c01747c6fb9eb8294ec59a82a9ac80e.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-docs')
-rw-r--r-- | databases/sqlite3-docs/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite3-docs/PLIST | 32 | ||||
-rw-r--r-- | databases/sqlite3-docs/distinfo | 8 |
3 files changed, 36 insertions, 10 deletions
diff --git a/databases/sqlite3-docs/Makefile b/databases/sqlite3-docs/Makefile index c38f2077f17..ea53f2745a4 100644 --- a/databases/sqlite3-docs/Makefile +++ b/databases/sqlite3-docs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2011/07/08 09:35:39 adam Exp $ +# $NetBSD: Makefile,v 1.5 2011/10/03 10:22:19 adam Exp $ -DISTNAME= sqlite-doc-3070701 -PKGNAME= sqlite3-docs-3.7.7.1 +DISTNAME= sqlite-doc-3070800 +PKGNAME= sqlite3-docs-3.7.8 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 53274ccfc07..518bf7914e9 100644 --- a/databases/sqlite3-docs/PLIST +++ b/databases/sqlite3-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2011/07/08 09:35:40 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2011/10/03 10:22:19 adam Exp $ share/doc/sqlite3/34to35.html share/doc/sqlite3/35to36.html share/doc/sqlite3/about.html @@ -37,7 +37,7 @@ share/doc/sqlite3/c3ref/c_busy_recovery.html share/doc/sqlite3/c3ref/c_checkpoint_full.html share/doc/sqlite3/c3ref/c_config_getmalloc.html share/doc/sqlite3/c3ref/c_dbconfig_enable_fkey.html -share/doc/sqlite3/c3ref/c_dbstatus options.html +share/doc/sqlite3/c3ref/c_dbstatus_options.html share/doc/sqlite3/c3ref/c_deny.html share/doc/sqlite3/c3ref/c_fail.html share/doc/sqlite3/c3ref/c_fcntl_chunk_size.html @@ -52,7 +52,7 @@ share/doc/sqlite3/c3ref/c_shm_nlock.html share/doc/sqlite3/c3ref/c_source_id.html share/doc/sqlite3/c3ref/c_static.html share/doc/sqlite3/c3ref/c_status_malloc_count.html -share/doc/sqlite3/c3ref/c_stmtstatus counter.html +share/doc/sqlite3/c3ref/c_stmtstatus_counter.html share/doc/sqlite3/c3ref/c_sync_dataonly.html share/doc/sqlite3/c3ref/c_testctrl_always.html share/doc/sqlite3/c3ref/c_vtab_constraint_support.html @@ -121,6 +121,7 @@ share/doc/sqlite3/c3ref/overload_function.html share/doc/sqlite3/c3ref/pcache.html share/doc/sqlite3/c3ref/pcache_methods.html share/doc/sqlite3/c3ref/prepare.html +share/doc/sqlite3/c3ref/preupdate_count.html share/doc/sqlite3/c3ref/profile.html share/doc/sqlite3/c3ref/progress_handler.html share/doc/sqlite3/c3ref/randomness.html @@ -194,6 +195,7 @@ share/doc/sqlite3/favicon.ico share/doc/sqlite3/features.html share/doc/sqlite3/fileformat2.html share/doc/sqlite3/fileio.html +share/doc/sqlite3/footprint.html share/doc/sqlite3/foreignkeys.html share/doc/sqlite3/formatchng.html share/doc/sqlite3/fts3.html @@ -313,6 +315,7 @@ share/doc/sqlite3/images/fullscanb.gif share/doc/sqlite3/images/harmony.gif share/doc/sqlite3/images/index-ex1-x-b.gif share/doc/sqlite3/images/indirect1b1.gif +share/doc/sqlite3/images/joe1.jpg share/doc/sqlite3/images/ne.gif share/doc/sqlite3/images/ne.png share/doc/sqlite3/images/nocopy.gif @@ -556,16 +559,39 @@ share/doc/sqlite3/releaselog/3_7_6_2.html share/doc/sqlite3/releaselog/3_7_6_3.html share/doc/sqlite3/releaselog/3_7_7.html share/doc/sqlite3/releaselog/3_7_7_1.html +share/doc/sqlite3/releaselog/3_7_8.html share/doc/sqlite3/requirements.html share/doc/sqlite3/robots.txt share/doc/sqlite3/rtree.html share/doc/sqlite3/selfcontained.html share/doc/sqlite3/serverless.html share/doc/sqlite3/session.html +share/doc/sqlite3/session/c_changeset_abort.html +share/doc/sqlite3/session/c_changeset_conflict.html +share/doc/sqlite3/session/changeset_iter.html share/doc/sqlite3/session/constlist.html share/doc/sqlite3/session/funclist.html share/doc/sqlite3/session/intro.html share/doc/sqlite3/session/objlist.html +share/doc/sqlite3/session/session.html +share/doc/sqlite3/session/sqlite3changeset_apply.html +share/doc/sqlite3/session/sqlite3changeset_concat.html +share/doc/sqlite3/session/sqlite3changeset_conflict.html +share/doc/sqlite3/session/sqlite3changeset_finalize.html +share/doc/sqlite3/session/sqlite3changeset_invert.html +share/doc/sqlite3/session/sqlite3changeset_new.html +share/doc/sqlite3/session/sqlite3changeset_next.html +share/doc/sqlite3/session/sqlite3changeset_old.html +share/doc/sqlite3/session/sqlite3changeset_op.html +share/doc/sqlite3/session/sqlite3changeset_pk.html +share/doc/sqlite3/session/sqlite3changeset_start.html +share/doc/sqlite3/session/sqlite3session_attach.html +share/doc/sqlite3/session/sqlite3session_changeset.html +share/doc/sqlite3/session/sqlite3session_create.html +share/doc/sqlite3/session/sqlite3session_delete.html +share/doc/sqlite3/session/sqlite3session_enable.html +share/doc/sqlite3/session/sqlite3session_indirect.html +share/doc/sqlite3/session/sqlite3session_isempty.html share/doc/sqlite3/sharedcache.html share/doc/sqlite3/shortnames.html share/doc/sqlite3/sitemap.html diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo index fe9b4109d2a..fae7df4d698 100644 --- a/databases/sqlite3-docs/distinfo +++ b/databases/sqlite3-docs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/07/08 09:35:40 adam Exp $ +$NetBSD: distinfo,v 1.5 2011/10/03 10:22:19 adam Exp $ -SHA1 (sqlite-doc-3070701.zip) = 6331814cacaad47fb1b940f29740ca6449b365ab -RMD160 (sqlite-doc-3070701.zip) = 11c4a3fa4e53f644970ff487d3ca32e6c001e38b -Size (sqlite-doc-3070701.zip) = 3256079 bytes +SHA1 (sqlite-doc-3070800.zip) = e8fec8ca866289477ea4249c219e07bc301d96c6 +RMD160 (sqlite-doc-3070800.zip) = e4a858d78b3cad71e43a8bb73755e09290dccd38 +Size (sqlite-doc-3070800.zip) = 3395664 bytes |