summaryrefslogtreecommitdiff
path: root/dev-db/sqlite/files/sqlite-3.27.2-full_archive-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/sqlite/files/sqlite-3.27.2-full_archive-tests.patch')
-rw-r--r--dev-db/sqlite/files/sqlite-3.27.2-full_archive-tests.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-db/sqlite/files/sqlite-3.27.2-full_archive-tests.patch b/dev-db/sqlite/files/sqlite-3.27.2-full_archive-tests.patch
new file mode 100644
index 000000000000..92959579b542
--- /dev/null
+++ b/dev-db/sqlite/files/sqlite-3.27.2-full_archive-tests.patch
@@ -0,0 +1,36 @@
+https://sqlite.org/src/info/29d02bf2fa9ecacb
+
+--- /ext/session/sessionB.test
++++ /ext/session/sessionB.test
+@@ -258,8 +258,7 @@
+ INSERT INTO t2 VALUES('a', 'a', 'a', 'a');
+ } {
+ DELETE FROM t2 WHERE c = 'a';
+-} {
+-}
++} {}
+
+ # INSERT + UPDATE
+ do_patchconcat_test 4.3.4 {
+--- /test/fts3expr4.test
++++ /test/fts3expr4.test
+@@ -68,7 +68,7 @@
+ AND {AND {AND {PHRASE 3 0 *} {PHRASE 3 0 lol+}} {PHRASE 3 0 *}} {PHRASE 3 0 h4h+}
+ }
+
+-do_simple_expr_test 3.3 { * } { }
++do_simple_expr_test 3.3 { * } {}
+ do_simple_expr_test 3.4 { *a } { PHRASE 3 0 a }
+ do_simple_expr_test 3.5 { a*b } { AND {PHRASE 3 0 a+} {PHRASE 3 0 b} }
+ do_simple_expr_test 3.6 { *a*b } { AND {PHRASE 3 0 a+} {PHRASE 3 0 b} }
+--- /test/scanstatus.test
++++ /test/scanstatus.test
+@@ -254,7 +254,7 @@
+ }
+
+ do_execsql_test 4.1.1 { INSERT INTO t1 VALUES(1, 2, 3); }
+-do_scanstatus_test 4.1.2 { }
++do_scanstatus_test 4.1.2 {}
+
+ do_execsql_test 4.2 {
+ CREATE TABLE p1(x PRIMARY KEY);