Searched refs:SQLITE_DistinctOpt (Results 1 – 2 of 2) sorted by relevance
9605 #define SQLITE_DistinctOpt 0x80 /* DISTINCT using indexes */ macro104965 if( db->flags & SQLITE_DistinctOpt ) pDistinct = 0;
17016 #define SQLITE_DistinctOpt 0x0010 /* DISTINCT using indexes */ macro149543 if( OptimizationDisabled(db, SQLITE_DistinctOpt) ){