From: Peter Marko <[email protected]> >From https://sqlite.org/changes.html
2025-11-28 (3.51.1) 1. Fix incorrect results from nested EXISTS queries caused by the optimization in item 6b in the 3.51.0 release. 2. Fix a latent bug in fts5vocab virtual table, exposed by new optimizations in the 3.51.0 release Signed-off-by: Peter Marko <[email protected]> --- .../sqlite/{sqlite3_3.51.0.bb => sqlite3_3.51.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.51.0.bb => sqlite3_3.51.1.bb} (74%) diff --git a/meta/recipes-support/sqlite/sqlite3_3.51.0.bb b/meta/recipes-support/sqlite/sqlite3_3.51.1.bb similarity index 74% rename from meta/recipes-support/sqlite/sqlite3_3.51.0.bb rename to meta/recipes-support/sqlite/sqlite3_3.51.1.bb index 258b2c6505..1a9f3128c3 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.51.0.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.51.1.bb @@ -4,6 +4,6 @@ LICENSE = "PD" LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" SRC_URI = "http://www.sqlite.org/2025/sqlite-autoconf-${SQLITE_PV}.tar.gz" -SRC_URI[sha256sum] = "42e26dfdd96aa2e6b1b1be5c88b0887f9959093f650d693cb02eb9c36d146ca5" +SRC_URI[sha256sum] = "4f2445cd70479724d32ad015ec7fd37fbb6f6130013bd4bfbc80c32beb42b7e0" SRC_URI += "file://0001-Add-option-to-disable-zlib.patch"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#227365): https://lists.openembedded.org/g/openembedded-core/message/227365 Mute This Topic: https://lists.openembedded.org/mt/116643465/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
