1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Test module altermalloc3.test requires DQS_DDL to be turned on.

FossilOrigin-Name: c4d02f4b0761a2836aa34f204e725f49478a19b02160e694e01042e6e7766167
This commit is contained in:
drh
2023-10-25 17:26:11 +00:00
parent 47a484d8ed
commit b7086c48b6
3 changed files with 8 additions and 7 deletions

View File

@ -26,6 +26,7 @@ set ::TMPDBERROR [list 1 \
{unable to open a temporary database file for storing temporary tables}
]
sqlite3_db_config db SQLITE_DBCONFIG_DQS_DDL 1
do_execsql_test 1.0 {
CREATE TABLE x1(
one, two, three, PRIMARY KEY(one),