diff options
author | adam <adam@pkgsrc.org> | 2018-04-12 10:21:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-12 10:21:38 +0000 |
commit | 9871431c5546b454c5da9da3865e6f6c4b04c030 (patch) | |
tree | aea2b41c6d806c6a8a435a67963deaaf12bd0848 /databases/sqlite3-tcl | |
parent | aca556d633f0dd749c31b8a2f03d680a41229669 (diff) | |
download | pkgsrc-9871431c5546b454c5da9da3865e6f6c4b04c030.tar.gz |
sqlite: updated to 3.23.1
SQLite Release 3.23.1:
Fix two problems in the new LEFT JOIN strength reduction optimization.
Fix misbehavior of the FTS5 xBestIndex method.
Fix a harmless reference to an uninitialized virtual machine register.
Fix the CLI so that it builds with -DSQLITE_UNTESTABLE
Fix the eval.c extension so that it works with PRAGMA empty_result_callbacks=ON.
Fix the generate_series virtual table so that it correctly returns no rows if any of its constraints are NULL.
Performance enhancements in the parser.
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 72e5729e5fa..9806cc113b3 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.88 2018/04/03 19:58:19 adam Exp $ +$NetBSD: distinfo,v 1.89 2018/04/12 10:21:38 adam Exp $ -SHA1 (sqlite-autoconf-3230000.tar.gz) = ef55baa06f46808b9798f8447ba6a0115b23c5d2 -RMD160 (sqlite-autoconf-3230000.tar.gz) = 2aa10c0ac08113853d2c15e389fdf4419cc821b4 -SHA512 (sqlite-autoconf-3230000.tar.gz) = dd6a1d8659b8ebe0f0293eb5f1099937f0867bf3f46c5767fc823847f649691ae9b52a632020b7fdfcdae3dad84fc64484de594c1948d20f4198e7b386978594 -Size (sqlite-autoconf-3230000.tar.gz) = 2674030 bytes +SHA1 (sqlite-autoconf-3230100.tar.gz) = 0edbfd75ececb95e8e6448d6ff33df82774c9646 +RMD160 (sqlite-autoconf-3230100.tar.gz) = 53070f0336914a525fa5aea282e9e5bebc703ff8 +SHA512 (sqlite-autoconf-3230100.tar.gz) = 52cae7ed0678b763d40373ae260672b906861379428529a58a017cbc82419a6b109e0b2ac7ff5532e6d941693cc4ab68e6563f424b92b3b27c8916859a6e4826 +Size (sqlite-autoconf-3230100.tar.gz) = 2675362 bytes SHA1 (patch-Makefile.in) = 6cbbc33a5bc9c98b5aa128279f8e21e47406f537 |