From 8e17975007b2965783cba6051abd1b84196eebbe Mon Sep 17 00:00:00 2001 From: triallax Date: Fri, 26 May 2023 22:42:01 +0100 Subject: [PATCH] sqlite: update to 3.42.0. --- .../sqlite/patches/3.41-perf-regression.patch | 19 ------------------- srcpkgs/sqlite/template | 6 +++--- 2 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 srcpkgs/sqlite/patches/3.41-perf-regression.patch diff --git a/srcpkgs/sqlite/patches/3.41-perf-regression.patch b/srcpkgs/sqlite/patches/3.41-perf-regression.patch deleted file mode 100644 index d3e3e20a4c92..000000000000 --- a/srcpkgs/sqlite/patches/3.41-perf-regression.patch +++ /dev/null @@ -1,19 +0,0 @@ -Patch-Source: https://sqlite.org/src/info/aa6bd6dff751223e -https://sqlite.org/forum/forumpost/3a180ba0d4 - -Can be removed in 3.42.x - -diff --git a/sqlite3.c b/sqlite3.c -index 947a154..bf9ce16 100644 ---- a/sqlite3.c -+++ b/sqlite3.c -@@ -143420,9 +143420,6 @@ static int pushDownWhereTerms( - if( pSel->pWin ) return 0; /* restriction (6b) */ - #endif - } -- if( compoundHasDifferentAffinities(pSubq) ){ -- return 0; /* restriction (9) */ -- } - if( notUnionAll ){ - /* If any of the compound arms are connected using UNION, INTERSECT, - ** or EXCEPT, then we must ensure that none of the columns use a diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 14d03054c9e3..e6eb425185fd 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,7 +1,7 @@ # Template file for 'sqlite' pkgname=sqlite -version=3.41.2 -revision=2 +version=3.42.0 +revision=1 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ }) build_style=gnu-configure configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5" @@ -12,7 +12,7 @@ license="Public Domain" homepage="https://sqlite.org/" changelog="https://www.sqlite.org/changes.html" distfiles="https://sqlite.org/2023/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499 +checksum=7abcfd161c6e2742ca5c6c0895d1f853c940f203304a0b49da4e1eca5d088ca6 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \ -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \