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-12-06 19:59:02 +0000
committerMike Gilbert <floppym@gentoo.org>2019-12-06 15:24:37 -0500
commit0350e80f07da9d458b4834aabc516fbab89e5678 (patch)
treeb292a02d25fcabd046fdd20bacc5b972704c636d /dev-db/sqlite/files/sqlite-3.28.0-full_archive-tests.patch
parent1eb7b0dfd840e81cd6928322208e99b7fff1f4a5 (diff)
downloadgentoo-0350e80f07da9d458b4834aabc516fbab89e5678.tar.gz
gentoo-0350e80f07da9d458b4834aabc516fbab89e5678.tar.bz2
gentoo-0350e80f07da9d458b4834aabc516fbab89e5678.zip
dev-db/sqlite: Delete old version (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, 0 insertions, 19 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
deleted file mode 100644
index aaa6c580f5f0..000000000000
--- a/dev-db/sqlite/files/sqlite-3.28.0-full_archive-tests.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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