Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dbestindex3.test30 proc vtab_cmd {bOmit method args} {
44 if {$bOmit} {set use omit}
68 if {$bOmit && $idxstr != ""} {
/sqlite-3.40.0/src/
H A Dtest_bestindex.c676 int bOmit = (zCmd[0]=='o' || zCmd[0]=='O'); in tclBestIndex() local
678 pIdxInfo->aConstraintUsage[iCons].omit = bOmit; in tclBestIndex()