From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sqlite: Update to version 3430100 Date: Wed, 13 Sep 2023 12:14:14 +0200 Message-ID: <20230913101414.3434376-6-adolf.belka@ipfire.org> In-Reply-To: <20230913101414.3434376-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8388116252922526583==" List-Id: --===============8388116252922526583== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 3430000 to 3430100 - Update of rootfile not required - Changelog 3.34.1 Fix a regression in the way that the sum(), avg(), and total() aggregate fun= ctions handle infinities. Fix a bug in the json_array_length() function that occurs when the argument = comes directly from json_remove(). Fix the omit-unused-subquery-columns optimization (introduced in in version = 3.42.0) so that it works correctly if the subquery is a compound where one arm is DISTINCT and the other is not. Other minor fixes. Signed-off-by: Adolf Belka --- lfs/sqlite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/sqlite b/lfs/sqlite index 01477e47d..56fe08a96 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3430000 +VER =3D 3430100 =20 THISAPP =3D sqlite-autoconf-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D dc5a5df76ffe86eb61438031ef3893fbe412f7c7607826dd032293= ced06b2f76dfb5f6b85ba80e857069ea4244a3ec222f3f247faec192778c3ecfcc810faa07 +$(DL_FILE)_BLAKE2 =3D 35a47ccb83b3f24e76c7f34bd7cf40626022672f7e6570b809b307= 33b1b352d675215d4e1f795a24b4eb2c0ed582c5dc99cf4a12dad83c167df6a589e1b46f3f =20 install : $(TARGET) =20 --=20 2.42.0 --===============8388116252922526583==--