mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-24 22:22:08 +03:00
Fix test cases so that they all still work even with -DSQLITE_DQS=0.
FossilOrigin-Name: 4883776669ee2f2310ea82b0d6df4d008eebaa7cb252102539cf21a635402ebb
This commit is contained in:
@ -477,7 +477,7 @@ do_test subquery-5.1 {
|
||||
INSERT INTO t5 VALUES(3,33);
|
||||
INSERT INTO t5 VALUES(4,44);
|
||||
SELECT b FROM t5 WHERE a IN
|
||||
(SELECT callcnt(y)+0 FROM t4 WHERE x="two")
|
||||
(SELECT callcnt(y)+0 FROM t4 WHERE x='two')
|
||||
}
|
||||
} {22}
|
||||
do_test subquery-5.2 {
|
||||
|
Reference in New Issue
Block a user