summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/PLIST
diff options
context:
space:
mode:
authoradam <adam>2015-07-28 07:18:22 +0000
committeradam <adam>2015-07-28 07:18:22 +0000
commit0a764e4aefb61067e814287d7fb032378109f516 (patch)
tree42bcdc45eac2ba5309d800cab8cde7f748621aa0 /databases/sqlite3-docs/PLIST
parent832c4e9cbf102c4bda2d5fb9d12f9373ed9acf74 (diff)
downloadpkgsrc-0a764e4aefb61067e814287d7fb032378109f516.tar.gz
Changes 3.8.11:
Added the experimental RBU extension. Note that this extension is experimental and subject to change in incompatible ways. Added the experimental FTS5 extension. Note that this extension is experimental and subject to change in incompatible ways. Added the sqlite3_value_dup() and sqlite3_value_free() interfaces. Enhance the spellfix1 extension to support ON CONFLICT clauses. The IS operator is now able to drive indexes. Enhance the query planner to permit automatic indexing on FROM-clause subqueries that are implemented by co-routine. Disallow the use of "rowid" in common table expressions. Added the PRAGMA cell_size_check command for better and earlier detection of database file corruption. Added the matchinfo 'b' flag to the matchinfo() function in FTS3. Improved fuzz-testing of database files, with fixes for problems found. Add the fuzzcheck test program and automatically run this program using both SQL and database test cases on "make test". Added the SQLITE_MUTEX_STATIC_VFS1 static mutex and use it in the Windows VFS. The sqlite3_profile() callback is invoked (by sqlite3_reset() or sqlite3_finalize()) for statements that did not run to completion. Enhance the page cache so that it can preallocate a block of memory to use for the initial set page cache lines. Set the default preallocation to 100 pages. Yields about a 5% performance increase on common workloads. Miscellaneous micro-optimizations result in 22.3% more work for the same number of CPU cycles relative to the previous release. SQLite now runs twice as fast as version 3.8.0 and three times as fast as version 3.3.9. (Measured using cachegrind on the speedtest1.c workload on Ubuntu 14.04 x64 with gcc 4.8.2 and -Os. Your performance may vary.) Added the sqlite3_result_zeroblob64() and sqlite3_bind_zeroblob64() interfaces.
Diffstat (limited to 'databases/sqlite3-docs/PLIST')
-rw-r--r--databases/sqlite3-docs/PLIST6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index 9bca7ce92a5..c6d5d94cde6 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.42 2015/05/21 10:38:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.43 2015/07/28 07:18:22 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -166,6 +166,7 @@ share/doc/sqlite3/c3ref/uri_boolean.html
share/doc/sqlite3/c3ref/user_data.html
share/doc/sqlite3/c3ref/value.html
share/doc/sqlite3/c3ref/value_blob.html
+share/doc/sqlite3/c3ref/value_dup.html
share/doc/sqlite3/c3ref/vfs.html
share/doc/sqlite3/c3ref/vfs_find.html
share/doc/sqlite3/c3ref/vtab.html
@@ -257,6 +258,7 @@ share/doc/sqlite3/images/books/aditya.jpg
share/doc/sqlite3/images/books/das.jpg
share/doc/sqlite3/images/books/droessler.jpg
share/doc/sqlite3/images/books/haldar.gif
+share/doc/sqlite3/images/books/haldar2.jpg
share/doc/sqlite3/images/books/kreibich.gif
share/doc/sqlite3/images/books/newman.jpg
share/doc/sqlite3/images/books/nishizawa2.jpg
@@ -509,6 +511,7 @@ share/doc/sqlite3/psow.html
share/doc/sqlite3/queryplanner-ng.html
share/doc/sqlite3/queryplanner.html
share/doc/sqlite3/quickstart.html
+share/doc/sqlite3/rbu.html
share/doc/sqlite3/releaselog/3_0_0.html
share/doc/sqlite3/releaselog/3_0_1.html
share/doc/sqlite3/releaselog/3_0_2.html
@@ -631,6 +634,7 @@ share/doc/sqlite3/releaselog/3_8_1.html
share/doc/sqlite3/releaselog/3_8_10.html
share/doc/sqlite3/releaselog/3_8_10_1.html
share/doc/sqlite3/releaselog/3_8_10_2.html
+share/doc/sqlite3/releaselog/3_8_11.html
share/doc/sqlite3/releaselog/3_8_2.html
share/doc/sqlite3/releaselog/3_8_3.html
share/doc/sqlite3/releaselog/3_8_3_1.html