From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sqlite: Update to version 3450200 Date: Thu, 14 Mar 2024 14:32:55 +0100 Message-ID: <20240314133258.13438-7-adolf.belka@ipfire.org> In-Reply-To: <20240314133258.13438-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6720028023505384591==" List-Id: --===============6720028023505384591== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 3450100 to 3450200 - Update of rootfile not required - Changelog 3450200 (3.45.2) Fix an error in UPSERT, introduced by enhancement 3a in version 3.35.0 (2021-03-12), that could cause an index to get out-of-sync with its table. = Forum thread 919c6579c8. Reduce the scope of the NOT NULL strength reduction optimization that was ad= ded as item 8e in version 3.35.0 (2021-03-12). The optimization was being attempte= d in some contexts where it did not work, resulting in incorrect query results. = Forum thread 440f2a2f17. Other trifling corrections and compiler warning fixes that have come up sinc= e the previous patch release. Signed-off-by: Adolf Belka --- lfs/sqlite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/sqlite b/lfs/sqlite index 0ad87a082..922b303b7 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3450100 +VER =3D 3450200 =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 2725faccde5b964b3c037ae0f885b3461c01619e6c086e53f53cc1= ecf7e75a46dd1ac4bec4803bc149014d158976607d195993e5d925b723284512a880010bf5 +$(DL_FILE)_BLAKE2 =3D 7bc225167a6792a35c2e7a324fe9bff1a1540a01b0fd04197d023f= 113a368ba6034235045281c7653abdd2ea67aa10a5ed19b024d1d25bdb7232533e25dfb991 =20 install : $(TARGET) =20 --=20 2.44.0 --===============6720028023505384591==--