diff options
author | adam <adam@pkgsrc.org> | 2016-10-17 12:17:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-10-17 12:17:49 +0000 |
commit | 75d25f1565d47dc1e53db1cba678009f76c332a0 (patch) | |
tree | 1cb871eb7f11c2a1d1961a020673d6c00f9a43f2 /databases/sqlite3-tcl | |
parent | 8dda28221683777ae1ecb49d912c38d48a971b5e (diff) | |
download | pkgsrc-75d25f1565d47dc1e53db1cba678009f76c332a0.tar.gz |
Changes 3.15.0:
Added support for row values.
Allow deterministic SQL functions in the WHERE clause of a partial index.
Added the "modeof=filename" URI parameter on the unix VFS
Added support for SQLITE_DBCONFIG_MAINDBNAME.
Added the ability to VACUUM an ATTACH-ed database.
Enhancements to the command-line shell:
Add the ".testcase" and ".check" dot-commands.
Added the --new option to the ".open" dot-command, causing any prior content in the database to be purged prior to opening.
Enhance the fts5vocab virtual table to handle "ORDER BY term" efficiently.
Miscellaneous micro-optimizations reduce CPU usage by more than 7% on common workloads. Most optimization in this release has been on the front-end (sqlite3_prepare_v2()).
Bug Fixes:
The multiply operator now correctly detects 64-bit integer overflow and promotes to floating point in all corner-cases.
Correct handling of columns with redundant unique indexes when those columns are used on the LHS of an IN operator.
Skip NULL entries on range queries in indexes on expressions.
Ensure that the AUTOINCREMENT counters in the sqlite_sequence table are initialized doing "Xfer Optimization" on "INSERT ... SELECT" statements.
Make sure the ORDER BY LIMIT optimization (from check-in 559733b09e) works with IN operators on INTEGER PRIMARY KEYs.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index bbccf1123ff..5e40a3bcb97 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.73 2016/09/13 10:48:24 adam Exp $ +$NetBSD: distinfo,v 1.74 2016/10/17 12:17:50 adam Exp $ -SHA1 (sqlite-autoconf-3140200.tar.gz) = 5d3a6bccd9154963641960db61df901a4e0b3ca0 -RMD160 (sqlite-autoconf-3140200.tar.gz) = 5a35fe94bda3876da1beb89bb19cb1a8bd6d235c -SHA512 (sqlite-autoconf-3140200.tar.gz) = 02c5ca3073e29307f842af3305793dd6251d2ac43ce3f37b5b9402d6582a6bda56a41f82b130d03997ebb3cc109d6ab7baa9a946c03e74ae5158426bc154fd70 -Size (sqlite-autoconf-3140200.tar.gz) = 2472940 bytes +SHA1 (sqlite-autoconf-3150000.tar.gz) = b34cb4ee9710368598c62df0222f5c24dfc9c860 +RMD160 (sqlite-autoconf-3150000.tar.gz) = 7d45f1c23059b44e2a2cf8149af21d23a2032c1e +SHA512 (sqlite-autoconf-3150000.tar.gz) = d441a8654d72a203df898de4ae38526df0659d358942f21973d4c356a56105afa288e26f538a7cfb1bfe2a51bcd70ab281ce5d24c6f19c43b53ee9aa044e6e5e +Size (sqlite-autoconf-3150000.tar.gz) = 2490473 bytes SHA1 (patch-aa) = 4a12a16498d04e1031dc0802fda731b73e98a32d |