Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4266 int hasRightJoin = 0; in whereLoopAddAll() local
4298 if( pItem->fg.jointype & JT_LTORJ ) hasRightJoin = 1; in whereLoopAddAll()
4301 }else if( !hasRightJoin ){ in whereLoopAddAll()