Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c18237 #define SQLITE_CorruptRdOnly HI(0x00002) /* Prohibit writes due to error */ macro
89297 }else if( db->flags & SQLITE_CorruptRdOnly ){
89299 db->flags &= ~SQLITE_CorruptRdOnly;
98396 if( pOp->p2 && (db->flags & (SQLITE_QueryOnly|SQLITE_CorruptRdOnly))!=0 ){
103508 db->flags |= SQLITE_CorruptRdOnly;
184152 db->flags &= ~(u64)(SQLITE_DeferFKs|SQLITE_CorruptRdOnly);