summaryrefslogtreecommitdiff
path: root/dev-db/sqlite/files/sqlite-3.28.0-full_archive-tests.patch
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2019-05-05 03:28:48 +0200
committerMike Gilbert <floppym@gentoo.org>2019-05-05 15:04:00 -0400
commit5c428ae31d0a6189f17ce70609175e409304ddba (patch)
treeb1b1384e6c7fda835384de6726b15325cf841dc0 /dev-db/sqlite/files/sqlite-3.28.0-full_archive-tests.patch
parent2a4785c3c9f541d870bd40fc947cc297e813bdde (diff)
downloadgentoo-5c428ae31d0a6189f17ce70609175e409304ddba.tar.gz
gentoo-5c428ae31d0a6189f17ce70609175e409304ddba.tar.bz2
gentoo-5c428ae31d0a6189f17ce70609175e409304ddba.zip
dev-db/sqlite: Version bump (3.28.0).
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-db/sqlite/files/sqlite-3.28.0-full_archive-tests.patch')
-rw-r--r--dev-db/sqlite/files/sqlite-3.28.0-full_archive-tests.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-db/sqlite/files/sqlite-3.28.0-full_archive-tests.patch b/dev-db/sqlite/files/sqlite-3.28.0-full_archive-tests.patch
new file mode 100644
index 000000000000..aaa6c580f5f0
--- /dev/null
+++ b/dev-db/sqlite/files/sqlite-3.28.0-full_archive-tests.patch
@@ -0,0 +1,19 @@
+https://sqlite.org/src/info/af53c41a127c314c
+
+--- /test/like3.test
++++ /test/like3.test
+@@ -182,6 +182,7 @@
+ # Verify that the LIKE optimization works with an ESCAPE clause when
+ # using PRAGMA case_sensitive_like=ON.
+ #
++ifcapable !icu {
+ do_execsql_test like3-6.100 {
+ DROP TABLE IF EXISTS t1;
+ CREATE TABLE t1(path TEXT COLLATE nocase PRIMARY KEY,a,b,c) WITHOUT ROWID;
+@@ -229,5 +230,6 @@
+ QUERY PLAN
+ `--SEARCH TABLE t2 USING INDEX t2path2 (path>? AND path<?)
+ }
++}
+
+ finish_test