Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h1771 #define SQLITE_CoverIdxScan 0x00000020 /* Covering index scans */ macro
H A Dtest1.c7661 { "cover-idx-scan", SQLITE_CoverIdxScan }, in optimization_control()
H A Dwhere.c3571 && OptimizationEnabled(pWInfo->pParse->db, SQLITE_CoverIdxScan) in whereLoopAddBtree()