summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/PLIST
diff options
context:
space:
mode:
authoradam <adam>2017-01-02 17:52:23 +0000
committeradam <adam>2017-01-02 17:52:23 +0000
commit4bb01ba7e6610ac74a5072952265610f8dcc0f5b (patch)
tree2fad96761bac303757da0d19cfe52696c3cd8733 /databases/sqlite3-docs/PLIST
parent9bb17271094125e903adde975d04e6309f2696f0 (diff)
downloadpkgsrc-4bb01ba7e6610ac74a5072952265610f8dcc0f5b.tar.gz
SQLite Release 3.16.0 On 2017-01-02
Uses 9% fewer CPU cycles. (See the CPU performance measurement report for details on how the this performance increase was computed.) Added experimental support for PRAGMA functions. Added the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE option to sqlite3_db_config(). Enhance the date and time functions so that the 'unixepoch' modifier works for the full span of supported dates. Changed the default configuration of the lookaside memory allocator from 500 slots of 128 bytes each into 125 slots of 512 bytes each. Enhanced "WHERE x NOT NULL" partial indexes so that they are usable if the "x" column appears in a LIKE or GLOB operator. Enhanced sqlite3_interrupt() so that it interrupts checkpoint operations that are in process. Enhanced the LIKE and GLOB matching algorithm to be faster for cases when the pattern contains multiple wildcards. Added the SQLITE_FCNTL_WIN32_GET_HANDLE file control opcode. Added ".mode quote" to the command-line shell. Added ".lint fkey-indexes" to the command-line shell. Added the .imposter dot-command to the command-line shell. Added the remember(V,PTR) SQL function as a loadable extension. Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE to better reflect the implications of using it. Bug Fixes: Fix a long-standing bug in the query planner that caused incorrect results on a LEFT JOIN where the left-hand table is a subquery and the join constraint is a bare column name coming from the left-hand subquery. Ticket 2df0107b. Correctly handle the integer literal -0x8000000000000000 in the query planner.
Diffstat (limited to 'databases/sqlite3-docs/PLIST')
-rw-r--r--databases/sqlite3-docs/PLIST8
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index 9dcbd511b11..b850f72869f 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.62 2016/12/20 14:20:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.63 2017/01/02 17:52:24 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -152,6 +152,7 @@ share/doc/sqlite3/c3ref/snapshot_cmp.html
share/doc/sqlite3/c3ref/snapshot_free.html
share/doc/sqlite3/c3ref/snapshot_get.html
share/doc/sqlite3/c3ref/snapshot_open.html
+share/doc/sqlite3/c3ref/snapshot_recover.html
share/doc/sqlite3/c3ref/soft_heap_limit.html
share/doc/sqlite3/c3ref/soft_heap_limit64.html
share/doc/sqlite3/c3ref/sqlite3.html
@@ -206,6 +207,7 @@ share/doc/sqlite3/consortium_agreement-20071201.html
share/doc/sqlite3/copyright-release.html
share/doc/sqlite3/copyright-release.pdf
share/doc/sqlite3/copyright.html
+share/doc/sqlite3/cpu.html
share/doc/sqlite3/crew.html
share/doc/sqlite3/csv.html
share/doc/sqlite3/custombuild.html
@@ -295,6 +297,7 @@ share/doc/sqlite3/images/btreemodule_balance_shallower.svg
share/doc/sqlite3/images/btreemodule_delete1.svg
share/doc/sqlite3/images/btreemodule_overview.svg
share/doc/sqlite3/images/chw.jpg
+share/doc/sqlite3/images/cpu-usage.jpg
share/doc/sqlite3/images/dan1.jpg
share/doc/sqlite3/images/direct1b.gif
share/doc/sqlite3/images/drh1.jpg
@@ -478,6 +481,7 @@ share/doc/sqlite3/images/syntax/vacuum-stmt.gif
share/doc/sqlite3/images/syntax/with-clause.gif
share/doc/sqlite3/images/table-ex1b2.gif
share/doc/sqlite3/images/vfs1.gif
+share/doc/sqlite3/imposter.html
share/doc/sqlite3/index.html
share/doc/sqlite3/inmemorydb.html
share/doc/sqlite3/intern-v-extern-blob.html
@@ -527,7 +531,6 @@ share/doc/sqlite3/mingw.html
share/doc/sqlite3/mmap.html
share/doc/sqlite3/mostdeployed.html
share/doc/sqlite3/news.html
-share/doc/sqlite3/not-found.html
share/doc/sqlite3/np1queryprob.html
share/doc/sqlite3/nulls.html
share/doc/sqlite3/oldnews.html
@@ -570,6 +573,7 @@ share/doc/sqlite3/releaselog/3_14_2.html
share/doc/sqlite3/releaselog/3_15_0.html
share/doc/sqlite3/releaselog/3_15_1.html
share/doc/sqlite3/releaselog/3_15_2.html
+share/doc/sqlite3/releaselog/3_16_0.html
share/doc/sqlite3/releaselog/3_1_0.html
share/doc/sqlite3/releaselog/3_1_1.html
share/doc/sqlite3/releaselog/3_1_2.html