Searched refs:SQLITE_ReadUncommitted (Results 1 – 1 of 1) sorted by relevance
10387 #define SQLITE_ReadUncommitted 0x0004000 /* For shared-cache mode */ macro50863 || (eLockType==READ_LOCK && (pBtree->db->flags & SQLITE_ReadUncommitted))50934 && 0==(p->pBtree->db->flags & SQLITE_ReadUncommitted)50956 assert( !(p->db->flags&SQLITE_ReadUncommitted)||eLock==WRITE_LOCK||iTab==1 );51034 assert( 0==(p->db->flags&SQLITE_ReadUncommitted) || eLock==WRITE_LOCK );72213 if( isWriteLock || 0==(db->flags&SQLITE_ReadUncommitted) ){96647 /* iArg: */ SQLITE_ReadUncommitted },99209 testcase( db->flags & SQLITE_ReadUncommitted );