summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/distinfo
diff options
context:
space:
mode:
authoradam <adam>2016-04-08 07:54:27 +0000
committeradam <adam>2016-04-08 07:54:27 +0000
commitd0196ec69ce337dddacf8d5427b1b6a63d61de59 (patch)
tree1d9bf5c5ea76e2833d35b4655452c58807f18567 /databases/sqlite3-docs/distinfo
parentcb02b1232738e306da9f570462af95cce9a60bf3 (diff)
downloadpkgsrc-d0196ec69ce337dddacf8d5427b1b6a63d61de59.tar.gz
Release 3.12.0
Potentially Disruptive Change: ------------------------------ The SQLITE_DEFAULT_PAGE_SIZE is increased from 1024 to 4096. The SQLITE_DEFAULT_CACHE_SIZE is changed from 2000 to -2000 so the same amount of cache memory is used by default. See the application note on the version 3.12.0 page size change for further information. Performance enhancements: ------------------------- Enhancements to the Lemon parser generator so that it creates a smaller and faster SQL parser. Only create master journal files if two or more attached databases are all modified, do not have PRAGMA synchronous set to OFF, and do not have the journal_mode set to OFF, MEMORY, or WAL. Only create statement journal files when their size exceeds a threshold. Otherwise the journal is held in memory and no I/O occurs. The threshold can be configured at compile-time using SQLITE_STMTJRNL_SPILL or at start-time using sqlite3_config(SQLITE_CONFIG_STMTJRNL_SPILL). The query planner is able to optimize IN operators on virtual tables even if the xBestIndex method does not set the sqlite3_index_constraint_usage.omit flag of the virtual table column to the left of the IN operator. The query planner now does a better job of optimizing virtual table accesses in a 3-way or higher join where constraints on the virtual table are split across two or more other tables of the join. More efficient handling of application-defined SQL functions, especially in cases where the application defines hundreds or thousands of custom functions. The query planner considers the LIMIT clause when estimating the cost of ORDER BY. The configure script (on unix) automatically detects pread() and pwrite() and sets compile-time options to use those OS interfaces if they are available. Reduce the amount of memory needed to hold the schema. Other miscellaneous micro-optimizations for improved performance and reduced memory usage. New Features: ------------- Added the SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER option to sqlite3_db_config() which allows the two-argument version of the fts3_tokenizer() SQL function to be enabled or disabled at run-time. Added the sqlite3rbu_bp_progress() interface to the RBU extension. The PRAGMA defer_foreign_keys=ON statement now also disables RESTRICT actions on foreign key. Added the sqlite3_system_errno() interface. Added the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_WAL_SYNCHRONOUS compile-time options. The SQLITE_DEFAULT_SYNCHRONOUS compile-time option replaces the SQLITE_EXTRA_DURABLE option, which is no longer supported. Enhanced the ".stats" command in the command-line shell to show more information about I/O performance obtained from /proc, when available. Bug fixes: ---------- Make sure the sqlite3_set_auxdata() values from multiple triggers within a single statement do not interfere with one another. Fix the code generator for expressions of the form "x IN (SELECT...)" where the SELECT statement on the RHS is a correlated subquery. Fix a harmless TSAN warning associated with the sqlite3_db_readonly() interface.
Diffstat (limited to 'databases/sqlite3-docs/distinfo')
-rw-r--r--databases/sqlite3-docs/distinfo10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
index 2d0d8000d35..7022488b268 100644
--- a/databases/sqlite3-docs/distinfo
+++ b/databases/sqlite3-docs/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2016/03/06 09:57:51 adam Exp $
+$NetBSD: distinfo,v 1.54 2016/04/08 07:54:27 adam Exp $
-SHA1 (sqlite-doc-3110100.zip) = 79a24f86bbfc77371fb528ac396d3ad1c266ffa4
-RMD160 (sqlite-doc-3110100.zip) = 52c43905047bf1361c480ba374300e94aca2b2a4
-SHA512 (sqlite-doc-3110100.zip) = b8fe71a852ce2fa3d7da27c09e3a1e8d019a9c55eb7e5516425754148f8d8a6cc88571d006768d5fd5b2c72aa513544bfc0ce4208f376099f8f08b7fee480d06
-Size (sqlite-doc-3110100.zip) = 5386958 bytes
+SHA1 (sqlite-doc-3120000.zip) = fbca5a4db72c1f50d949f9f5df96d9f905559230
+RMD160 (sqlite-doc-3120000.zip) = cdbe7f16fad09037cd7bef4fc4e63bad8f76535d
+SHA512 (sqlite-doc-3120000.zip) = 7879d006e528d692ea5718f27d03e2dfe2a5e54aa135be983b992836102720df4dc690d84795115a25ed19a663e895a3f3f8a59d0de079c451d215e07081281e
+Size (sqlite-doc-3120000.zip) = 5402611 bytes