Update the expert extension test cases to account for the fact that

EXPLAIN QUERY PLAN now shows the start of each trigger in its output.

FossilOrigin-Name: 8acb42f48929d908fe67a8536e240ca252a9ab780dce79eaa85b8fba35d52250
This commit is contained in:
drh
2018-04-24 16:51:38 +00:00
parent cb23e5d5d1
commit cd90ca7ded
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -285,6 +285,7 @@ do_setup_rec_test $tn.14 {
INSERT INTO t9 VALUES(?, ?, ?);
} {
CREATE INDEX t10_idx_00000062 ON t10(b);
0|1|0|-- TRIGGER t9t
0|0|0|SEARCH TABLE t10 USING INDEX t10_idx_00000062 (b=?)
}
@@ -379,4 +380,3 @@ do_execsql_test 3.2 {
finish_test