From dd8f57b25eea46e5533a4fa219d3eee100c1d042 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 19 Sep 2018 09:38:08 +0000 Subject: sqlite3: updated to 3.25.1 SQLite Release 3.25.1: Extra sanity checking added to ALTER TABLE in the 3.25.0 release sometimes raises a false-positive when the table being modified has a trigger that updates a virtual table. The false-positive caused the ALTER TABLE to rollback, thus leaving the schema unchanged. The fix in the 3.25.0 release for the endless-loop in the byte-code associated with the ORDER BY LIMIT optimization did not work for some queries involving window functions. An additional correction is required. --- devel/lemon/distinfo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'devel/lemon') diff --git a/devel/lemon/distinfo b/devel/lemon/distinfo index 5ac06fdfdf4..b01d94482a2 100644 --- a/devel/lemon/distinfo +++ b/devel/lemon/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2018/09/17 16:14:07 adam Exp $ +$NetBSD: distinfo,v 1.21 2018/09/19 09:38:08 adam Exp $ -SHA1 (sqlite-src-3250000.zip) = ed456f1809be70a518eb0c13d852aff0464e8c47 -RMD160 (sqlite-src-3250000.zip) = 97daffa5b51486c98b66c853021eb07692f86d75 -SHA512 (sqlite-src-3250000.zip) = 708ebe49d67399b093120ad1c86322b909de945cd83a4af613361370a40e9db741576f852c176cef0043100a3bdc909e39519d4468723ca6d15572a848342689 -Size (sqlite-src-3250000.zip) = 11376208 bytes +SHA1 (sqlite-src-3250100.zip) = 40a31793068087cc7ca600195a664561b4206f38 +RMD160 (sqlite-src-3250100.zip) = 1ceee5f53d4b2321d042ed723df6c801e4db116b +SHA512 (sqlite-src-3250100.zip) = 89adbff108d73e5eab49b62fdaffd0cab5f5c13be9c8f36faa1806413fedc156e8d0984c0c231ec17f2cac4faf5f6821d870dd17c5a7c2889f459f25d6d5256d +Size (sqlite-src-3250100.zip) = 11377008 bytes -- cgit v1.2.3