summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/PLIST
diff options
context:
space:
mode:
authoradam <adam>2013-08-31 11:07:33 +0000
committeradam <adam>2013-08-31 11:07:33 +0000
commitb51dee09f0d6d0cc64738fc33f25db046ce43abc (patch)
treecdee7d8daf1d4c0536d00ee60c390db59f8a50a3 /databases/sqlite3-docs/PLIST
parent38261c438af3d2b494d3bc6bf1e9a255f8462fa9 (diff)
downloadpkgsrc-b51dee09f0d6d0cc64738fc33f25db046ce43abc.tar.gz
Changes 3.8.0.1:
Add support for partial indexes Cut-over to the next generation query planner for faster and better query plans. The EXPLAIN QUERY PLAN output no longer shows an estimate of the number of rows generated by each loop in a join. Added the FTS4 notindexed option, allowing non-indexed columns in an FTS4 table. Added the SQLITE_STMTSTATUS_VM_STEP option to sqlite3_stmt_status(). Added the cache_spill pragma. Added the query_only pragma. Added the defer_foreign_keys pragma and the sqlite3_db_status(db, SQLITE_DBSTATUS_DEFERRED_FKS,...) C-language interface. Added the "percentile()" function as a loadable extension in the ext/misc subdirectory of the source tree. Added the SQLITE_ALLOW_URI_AUTHORITY compile-time option. Add the sqlite3_cancel_auto_extension(X) interface. A running SELECT statement that lacks a FROM clause (or any other statement that never reads or writes from any database file) will not prevent a read transaction from closing. Add the SQLITE_DEFAULT_AUTOMATIC_INDEX compile-time option. Setting this option to 0 disables automatic indices by default. Issue an SQLITE_WARNING_AUTOINDEX warning on the SQLITE_CONFIG_LOG whenever the query planner uses an automatic index. Added the SQLITE_FTS3_MAX_EXPR_DEPTH compile-time option. Added an optional 5th parameter defining the collating sequence to the next_char() extension SQL function. The SQLITE_BUSY_SNAPSHOT extended error code is returned in WAL mode when a read transaction cannot be upgraded to a write transaction because the read is on an older snapshot. Enhancements to the sqlite3_analyzer utility program to provide size information separately for each individual index of a table, in addition to the aggregate size. Allow read transactions to be freely opened and closed by SQL statements run from within the implementation of application-defined SQL functions if the function is called by a SELECT statement that does not access any database table. Disable the use of posix_fallocate() on all (unix) systems unless the HAVE_POSIX_FALLOCATE compile-time option is used. Update the ".import" command in the command-line shell to support multi-line fields and correct RFC-4180 quoting and to issue warning and/or error messages if the input text is not strictly RFC-4180 compliant. Bug fix: In the unicode61 tokenizer of FTS4, treat all private code points as identifier symbols. Bug fix: Bare identifiers in ORDER BY clauses bind more tightly to output column names, but identifiers in expressions bind more tightly to input column names. Identifiers in GROUP BY clauses always prefer output column names, however. Bug fixes: Multiple problems in the legacy query optimizer were fixed by the move to NGQP.
Diffstat (limited to 'databases/sqlite3-docs/PLIST')
-rw-r--r--databases/sqlite3-docs/PLIST13
1 files changed, 9 insertions, 4 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index 562d39c74a5..d62d9de46d7 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2013/05/20 19:17:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2013/08/31 11:07:33 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -56,6 +56,7 @@ 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
+share/doc/sqlite3/c3ref/cancel_auto_extension.html
share/doc/sqlite3/c3ref/changes.html
share/doc/sqlite3/c3ref/clear_bindings.html
share/doc/sqlite3/c3ref/close.html
@@ -208,6 +209,7 @@ share/doc/sqlite3/formatchng.html
share/doc/sqlite3/fts3.html
share/doc/sqlite3/howtocompile.html
share/doc/sqlite3/howtocorrupt.html
+share/doc/sqlite3/hp1.html
share/doc/sqlite3/images/2005osaward.gif
share/doc/sqlite3/images/SQLite.gif
share/doc/sqlite3/images/SQLite_big.gif
@@ -256,9 +258,6 @@ share/doc/sqlite3/images/chw.jpg
share/doc/sqlite3/images/dan1.jpg
share/doc/sqlite3/images/direct1b.gif
share/doc/sqlite3/images/drh1.jpg
-share/doc/sqlite3/images/fileformat/._filesystem1.gif
-share/doc/sqlite3/images/fileformat/._master_journal_ptr.gif
-share/doc/sqlite3/images/fileformat/.~lock.indexpage.odg#
share/doc/sqlite3/images/fileformat/db_connection.gif
share/doc/sqlite3/images/fileformat/examplepop.gif
share/doc/sqlite3/images/fileformat/fileio_diagrams.odg
@@ -335,6 +334,7 @@ share/doc/sqlite3/images/nw.gif
share/doc/sqlite3/images/nw.png
share/doc/sqlite3/images/powered_by_sqlite.gif
share/doc/sqlite3/images/private_branch.gif
+share/doc/sqlite3/images/qp/fqp1.gif
share/doc/sqlite3/images/qp/fruitobstate.gif
share/doc/sqlite3/images/qp/fruitobstate0.gif
share/doc/sqlite3/images/qp/fullscan.gif
@@ -423,6 +423,7 @@ share/doc/sqlite3/images/vfs1.gif
share/doc/sqlite3/index.html
share/doc/sqlite3/inmemorydb.html
share/doc/sqlite3/intern-v-extern-blob.html
+share/doc/sqlite3/isolation.html
share/doc/sqlite3/keyword_index.html
share/doc/sqlite3/lang.html
share/doc/sqlite3/lang_aggfunc.html
@@ -471,6 +472,7 @@ share/doc/sqlite3/omitted.html
share/doc/sqlite3/onefile.html
share/doc/sqlite3/opcode.html
share/doc/sqlite3/optoverview.html
+share/doc/sqlite3/partialindex.html
share/doc/sqlite3/pragma.html
share/doc/sqlite3/pressrelease-20071212.html
share/doc/sqlite3/privatebranch.html
@@ -593,6 +595,9 @@ 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/releaselog/3_7_9.html
+share/doc/sqlite3/releaselog/3_8_0.html
+share/doc/sqlite3/releaselog/3_8_0_1.html
+share/doc/sqlite3/releaselog/current.html
share/doc/sqlite3/requirements.html
share/doc/sqlite3/robots.txt
share/doc/sqlite3/rtree.html