diff options
Diffstat (limited to 'test/quote.test')
-rw-r--r-- | test/quote.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/quote.test b/test/quote.test index 9810a3ca0..6d7b317ea 100644 --- a/test/quote.test +++ b/test/quote.test @@ -173,6 +173,7 @@ ifcapable altertable { INSERT INTO t1 VALUES(1,2,3),(1,4,5); ALTER TABLE t1 DROP COLUMN b; } {1 {error in index x1 after drop column: no such column: b}} + sqlite3_db_config db SQLITE_DBCONFIG_DQS_DDL 1 do_catchsql_test 3.5 { DROP TABLE t1; CREATE TABLE t1(a, b, c); |