Searched refs:SQLITE_AutoIndex (Results 1 – 2 of 2) sorted by relevance
9587 #define SQLITE_AutoIndex 0x08000000 /* Enable automatic indexes */ macro90139 { "automatic_index", SQLITE_AutoIndex },102266 if( (pParse->db->flags & SQLITE_AutoIndex)==0 ){112278 db->flags |= SQLITE_ShortColNames | SQLITE_AutoIndex | SQLITE_EnableTrigger
16965 #define SQLITE_AutoIndex 0x00008000 /* Enable automatic indexes */ macro124889 /* iArg: */ SQLITE_AutoIndex },147780 && (pWInfo->pParse->db->flags & SQLITE_AutoIndex)!=0163354 | SQLITE_AutoIndex