summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-02-16 13:46:04 +0000
committeradam <adam@pkgsrc.org>2016-02-16 13:46:04 +0000
commitee68e586c85d84593f380e15fd202edd1bc14d68 (patch)
treeecd8c4cd2f08dfbde101d32292cfe2cb6b5be1aa /databases/sqlite3-docs
parent92a0a970a714514fca99988bda1ad4369b49dfc1 (diff)
downloadpkgsrc-ee68e586c85d84593f380e15fd202edd1bc14d68.tar.gz
Changes 3.11.0:
General improvements: Enhanced WAL mode so that it works efficiently with transactions that are larger than the cache_size. Added the FTS5 detail option. Added the "EXTRA" option to PRAGMA synchronous that does a sync of the containing directory when a rollback journal is unlinked in DELETE mode, for better durability. The SQLITE_EXTRA_DURABLE compile-time option enables PRAGMA synchronous=EXTRA by default. Enhanced the query planner so that it is able to use a covering index as part of the OR optimization. Avoid recomputing NOT NULL and CHECK constraints on unchanged columns in UPDATE statement. Many micro-optimizations, resulting in a library that is faster than the previous release. Enhancements to the command-line shell: By default, the shell is now in "auto-explain" mode. The output of EXPLAIN commands is automatically formatted. Added the ".vfslist" dot-command. The SQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is now turned on by default in the standard builds. Enhancements to the TCL Interface: If a database connection is opened with the "-uri 1" option, then URI filenames are honored by the "backup" and "restore" commands. Added the "-sourceid" option to the "sqlite3" command. Makefile improvements: Improved pthreads detection in configure scripts. Add the ability to do MSVC Windows builds from the amalgamation tarball. Bug fixes Fix an issue with incorrect sharing of VDBE temporary registers between co-routines that could cause incorrect query results in obscure cases. Ticket d06a25c84454a. Fix a problem in the sqlite3_result_subtype() interface that could cause problems for the json1 extension under obscure circumstances. Fix for ticket f45ac567eaa9f9. Escape control characters in JSON strings. Fix for ticket ad2559db380abf8. Reenable the xCurrentTime and xGetLastError methods in the built-in unix VFSes as long as SQLITE_OMIT_DEPRECATED is not defined. Backwards Compatibility: Because of continuing security concerns, the two-argument version of of the seldom-used and little-known fts3_tokenizer() function is disabled unless SQLite is compiled with the SQLITE_ENABLE_FTS3_TOKENIZER.
Diffstat (limited to 'databases/sqlite3-docs')
-rw-r--r--databases/sqlite3-docs/PLIST3
-rw-r--r--databases/sqlite3-docs/distinfo10
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index daeac0f054c..05b246cef9f 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.50 2016/01/24 10:39:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.51 2016/02/16 13:46:04 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -540,6 +540,7 @@ share/doc/sqlite3/releaselog/3_0_8.html
share/doc/sqlite3/releaselog/3_10_0.html
share/doc/sqlite3/releaselog/3_10_1.html
share/doc/sqlite3/releaselog/3_10_2.html
+share/doc/sqlite3/releaselog/3_11_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
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
index c30d1bbe975..5e00e5f22c1 100644
--- a/databases/sqlite3-docs/distinfo
+++ b/databases/sqlite3-docs/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.51 2016/01/24 10:39:45 adam Exp $
+$NetBSD: distinfo,v 1.52 2016/02/16 13:46:04 adam Exp $
-SHA1 (sqlite-doc-3100200.zip) = d6d61ad65e7e1700992c51a61209670571fa7908
-RMD160 (sqlite-doc-3100200.zip) = 475567fcab28ea0400346ee742f597f51bc6468c
-SHA512 (sqlite-doc-3100200.zip) = 188f7b982066ba6680b13966b2d6f2c466fb99bef0c5c8ee0ca1a18a6760e5a26eef43ef985f2c9031e4299c27dc91a444f113549353c3209c5b50b97015aabb
-Size (sqlite-doc-3100200.zip) = 5374707 bytes
+SHA1 (sqlite-doc-3110000.zip) = 9b58a0a48508103352144afee2e47469e74427ba
+RMD160 (sqlite-doc-3110000.zip) = 6311b6b1618554a40f8e5f0c3f6b38c550a28603
+SHA512 (sqlite-doc-3110000.zip) = 1c9a17c1461bae78d34a89a7c2bc7e7108d95ece40c909835fc08a7f332823a152a7a357f83755d66307336ce116d9539ef67be44c5e11ec742721ac819fd708
+Size (sqlite-doc-3110000.zip) = 5382519 bytes