Searched refs:SQLITE_ReadUncommitted (Results 1 – 1 of 1) sorted by relevance
9579 #define SQLITE_ReadUncommitted 0x0080000 /* For shared-cache mode */ macro48395 || (eLockType==READ_LOCK && (pBtree->db->flags & SQLITE_ReadUncommitted))48466 && 0==(p->pBtree->db->flags & SQLITE_ReadUncommitted)48488 assert( !(p->db->flags&SQLITE_ReadUncommitted)||eLock==WRITE_LOCK||iTab==1 );48566 assert( 0==(p->db->flags&SQLITE_ReadUncommitted) || eLock==WRITE_LOCK );69236 if( isWriteLock || 0==(db->flags&SQLITE_ReadUncommitted) ){90155 { "read_uncommitted", SQLITE_ReadUncommitted },92064 testcase( db->flags & SQLITE_ReadUncommitted );