mirror of
https://github.com/sqlite/sqlite.git
synced 2025-09-08 10:12:15 +03:00
Fix test cases so that they all still work even with -DSQLITE_DQS=0.
FossilOrigin-Name: 4883776669ee2f2310ea82b0d6df4d008eebaa7cb252102539cf21a635402ebb
This commit is contained in:
@@ -281,12 +281,13 @@ do_test in-7.8.2 {
|
||||
db status step
|
||||
} {0}
|
||||
|
||||
do_test in-8.1 {
|
||||
do_test in-8.3 {
|
||||
execsql {
|
||||
SELECT b FROM t1 WHERE a IN ('hello','there')
|
||||
}
|
||||
} {world}
|
||||
do_test in-8.2 {
|
||||
do_test in-8.4 {
|
||||
sqlite3_db_config db SQLITE_DBCONFIG_DQS_DML 1
|
||||
execsql {
|
||||
SELECT b FROM t1 WHERE a IN ("hello",'there')
|
||||
}
|
||||
|
Reference in New Issue
Block a user