Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c22200 int testmode_on = ShellHasFlag(p,SHFLG_TestingMode); in open_db() local
22201 sqlite3_db_config(p->db, SQLITE_DBCONFIG_TRUSTED_SCHEMA, testmode_on,0); in open_db()
22202 sqlite3_db_config(p->db, SQLITE_DBCONFIG_DEFENSIVE, !testmode_on,0); in open_db()