Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h1769 #define SQLITE_FactorOutConst 0x00000008 /* Constant factoring */ macro
H A Dtest1.c7659 { "factor-constants", SQLITE_FactorOutConst }, in optimization_control()
H A Dselect.c2373 && OptimizationEnabled(pParse->db,SQLITE_FactorOutConst) in sqlite3GetVdbe()