Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c16471 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
121216 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
124031 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
155462 SQLITE_NoSchemaError },

Completed in 455 milliseconds