summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-10-30 18:36:13 +0000
committeradam <adam@pkgsrc.org>2017-10-30 18:36:13 +0000
commiteaf312f8347c2acb79cf8a0129ef6185396ada75 (patch)
treeffb496b6bee7731e902818250cee283799c617f9 /databases/sqlite3-docs/PLIST
parent4940915d15e1124f1cac6c57d364c7ce93f82106 (diff)
downloadpkgsrc-eaf312f8347c2acb79cf8a0129ef6185396ada75.tar.gz
sqlite3: updated to 3.21.0
Release 3.21.0: Take advantage of the atomic-write capabilities in the F2FS filesystem when available, for greatly reduced transaction overhead. This currently requires the SQLITE_ENABLE_BATCH_ATOMIC_WRITE compile-time option. Allow ATTACH and DETACH commands to work inside of a transaction. Allow WITHOUT ROWID virtual tables to be writable if the PRIMARY KEY contains exactly one column. The "fsync()" that occurs after the header is written in a WAL reset now uses the sync settings for checkpoints. This means it will use a "fullfsync" on macs if PRAGMA checkpoint_fullfsync set on. The sqlite3_sourceid() function tries to detect if the source code has been modified from what is checked into version control and if there are modifications, the last four characters of the version hash are shown as "alt1" or "alt2". The objective is to detect accidental and/or careless edits. A forger can subvert this feature. Improved de-quoting of column names for CREATE TABLE AS statements with an aggregate query on the right-hand side. Fewer "stat()" system calls issued by the unix VFS. Enhanced the LIKE optimization so that it works with an ESCAPE clause. Enhanced PRAGMA integrity_check and PRAGMA quick_check to detect obscure row corruption that they were formerly missing. Also update both pragmas so that they return error text rather than SQLITE_CORRUPT when encountering corruption in records. The query planner now prefers to implement FROM-clause subqueries using co-routines rather using the query flattener optimization. Support for the use of co-routines for subqueries may no longer be disabled. Pass information about !=, IS, IS NOT, NOT NULL, and IS NULL constraints into the xBestIndex method of virtual tables. Enhanced the CSV virtual table so that it accepts the last row of input if the final new-line character is missing. Remove the rarely-used "scratch" memory allocator. Replace it with the SQLITE_CONFIG_SMALL_MALLOC configuration setting that gives SQLite a hint that large memory allocations should be avoided when possible. Added the swarm virtual table to the existing union virtual table extension. Added the sqlite_dbpage virtual table for providing direct access to pages of the database file. The source code is built into the amalgamation and is activated using the -DSQLITE_ENABLE_DBPAGE_VTAB compile-time option. Add a new type of fts5vocab virtual table - "instance" - that provides direct access to an FTS5 full-text index at the lowest possible level. Remove a call to rand_s() in the Windows VFS since it was causing problems in Firefox on some older laptops. The src/shell.c source code to the command-line shell is no longer under version control. That file is now generated as part of the build process. Miscellaneous microoptimizations reduce CPU usage by about 2.1%. Bug fixes
Diffstat (limited to 'databases/sqlite3-docs/PLIST')
-rw-r--r--databases/sqlite3-docs/PLIST6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index d45947e5a51..ccc12186cc7 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.72 2017/08/25 05:27:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.73 2017/10/30 18:36:13 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -45,7 +45,7 @@ share/doc/sqlite3/c3ref/c_dbstatus_options.html
share/doc/sqlite3/c3ref/c_deny.html
share/doc/sqlite3/c3ref/c_deterministic.html
share/doc/sqlite3/c3ref/c_fail.html
-share/doc/sqlite3/c3ref/c_fcntl_busyhandler.html
+share/doc/sqlite3/c3ref/c_fcntl_begin_atomic_write.html
share/doc/sqlite3/c3ref/c_index_constraint_eq.html
share/doc/sqlite3/c3ref/c_index_scan_unique.html
share/doc/sqlite3/c3ref/c_iocap_atomic.html
@@ -301,6 +301,7 @@ share/doc/sqlite3/images/btreemodule_balance_quick.svg
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/cc-diff.jpg
share/doc/sqlite3/images/chw.jpg
share/doc/sqlite3/images/cpu-usage.jpg
share/doc/sqlite3/images/dan1.jpg
@@ -603,6 +604,7 @@ share/doc/sqlite3/releaselog/3_1_5.html
share/doc/sqlite3/releaselog/3_1_6.html
share/doc/sqlite3/releaselog/3_20_0.html
share/doc/sqlite3/releaselog/3_20_1.html
+share/doc/sqlite3/releaselog/3_21_0.html
share/doc/sqlite3/releaselog/3_2_0.html
share/doc/sqlite3/releaselog/3_2_1.html
share/doc/sqlite3/releaselog/3_2_2.html