Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c17777 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
99585 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
137788 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
141101 if( rc==SQLITE_OK || ((db->flags&SQLITE_NoSchemaError) && rc!=SQLITE_NOMEM)){
179147 SQLITE_NoSchemaError },