mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Fix test cases so that they all still work even with -DSQLITE_DQS=0.
FossilOrigin-Name: 4883776669ee2f2310ea82b0d6df4d008eebaa7cb252102539cf21a635402ebb
This commit is contained in:
@ -351,6 +351,7 @@ do_test vtab6-4.10 {
|
||||
# A test for ticket #247.
|
||||
#
|
||||
do_test vtab6-7.1 {
|
||||
sqlite3_db_config db SQLITE_DBCONFIG_DQS_DML 1
|
||||
execsql {
|
||||
INSERT INTO t7 VALUES ("pa1", 1);
|
||||
INSERT INTO t7 VALUES ("pa2", NULL);
|
||||
|
Reference in New Issue
Block a user