Searched refs:SQLITE_NoSchemaError (Results 1 – 5 of 5) sorted by relevance
657 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
392 if( rc==SQLITE_OK || ((db->flags&SQLITE_NoSchemaError) && rc!=SQLITE_NOMEM)){ in sqlite3InitOne()
951 SQLITE_NoSchemaError }, in sqlite3_db_config()
1730 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
6804 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) ); in sqlite3VdbeExec()