Home
last modified time | relevance | path

Searched refs:testmode_on (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dshell.c26038 int testmode_on = ShellHasFlag(p,SHFLG_TestingMode); in open_db() local
26039 sqlite3_db_config(p->db, SQLITE_DBCONFIG_TRUSTED_SCHEMA, testmode_on,0); in open_db()
26040 sqlite3_db_config(p->db, SQLITE_DBCONFIG_DEFENSIVE, !testmode_on,0); in open_db()