Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpragma.h657 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
H A Dprepare.c392 if( rc==SQLITE_OK || ((db->flags&SQLITE_NoSchemaError) && rc!=SQLITE_NOMEM)){ in sqlite3InitOne()
H A Dmain.c951 SQLITE_NoSchemaError }, in sqlite3_db_config()
H A DsqliteInt.h1730 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
H A Dvdbe.c6804 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) ); in sqlite3VdbeExec()