mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix test cases so that they all still work even with -DSQLITE_DQS=0.
FossilOrigin-Name: 4883776669ee2f2310ea82b0d6df4d008eebaa7cb252102539cf21a635402ebb
This commit is contained in:
@ -38,6 +38,7 @@ do_test tkt3442-1.1 {
|
||||
# SELECT referenced in ticket #3442 (both '5000' and "5000")
|
||||
# and verify that the query plan is the same.
|
||||
#
|
||||
sqlite3_db_config db SQLITE_DBCONFIG_DQS_DML 1
|
||||
do_eqp_test tkt3442-1.2 {
|
||||
SELECT node FROM listhash WHERE id='5000' LIMIT 1;
|
||||
} {SEARCH listhash USING INDEX ididx (id=?)}
|
||||
|
Reference in New Issue
Block a user