Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h632 #define WHERE_TRANSCONS 0x00200000 /* Uses a transitive constraint */ macro
H A Dwherecode.c708 if( (pLevel->pWLoop->wsFlags & WHERE_TRANSCONS)==0 in codeEqualityTerm()
H A Dwhere.c2971 if( scan.iEquiv>1 ) pNew->wsFlags |= WHERE_TRANSCONS; in whereLoopAddBtreeIndex()
5256 if( scan.iEquiv>1 ) pLoop->wsFlags |= WHERE_TRANSCONS; in whereShortCut()