diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-04-17 19:01:55 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-04-17 19:30:36 +0200 |
commit | d5c26487bb7165ee6c92c2a7f9e731ecfe3a60b1 (patch) | |
tree | 5e3d71e6ba47e328e11ce4a9f146f933f2c0f0b1 /dev-db/sqlite/files | |
parent | net-libs/nodejs: add 18.16.0 (diff) | |
download | gentoo-d5c26487bb7165ee6c92c2a7f9e731ecfe3a60b1.tar.gz gentoo-d5c26487bb7165ee6c92c2a7f9e731ecfe3a60b1.tar.bz2 gentoo-d5c26487bb7165ee6c92c2a7f9e731ecfe3a60b1.zip |
dev-db/sqlite: drop 3.40.1
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-db/sqlite/files')
-rw-r--r-- | dev-db/sqlite/files/sqlite-3.39.4-icu-72-test.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-db/sqlite/files/sqlite-3.39.4-icu-72-test.patch b/dev-db/sqlite/files/sqlite-3.39.4-icu-72-test.patch deleted file mode 100644 index 54de04d11f06..000000000000 --- a/dev-db/sqlite/files/sqlite-3.39.4-icu-72-test.patch +++ /dev/null @@ -1,29 +0,0 @@ -https://sqlite.org/src/vpatch?from=18e89a436daa18a8&to=a2b6883ac2ef878f -https://sqlite.org/forum/forumpost/072d2fddc4 -https://bugs.gentoo.org/882605 ---- a/test/fts3expr4.test -+++ b/test/fts3expr4.test -@@ -48,11 +48,20 @@ - - # In "col:word", if "col" is not the name of a column, the entire thing - # is passed to the tokenizer. - # - do_icu_expr_test 1.7 {a:word} {PHRASE 0 0 word} --do_icu_expr_test 1.8 {d:word} {PHRASE 3 0 d:word} -+# do_icu_expr_test 1.8 {d:word} {PHRASE 3 0 d:word} -+do_test 1.8 { -+ set res [ -+ db one {SELECT fts3_exprtest('icu en_US', 'd:word', 'a', 'b', 'c')} -+ ] -+ expr { -+ $res=="PHRASE 3 0 d:word" || -+ $res=="AND {AND {PHRASE 3 0 d} {PHRASE 3 0 :}} {PHRASE 3 0 word}" -+ } -+} 1 - - set sqlite_fts3_enable_parentheses 0 - - do_icu_expr_test 2.1 { - f (e NEAR/2 a) - - |