Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:SQLITE_AutoIndex

9284 #define SQLITE_AutoIndex      0x08000000  /* Enable automatic indexes */
75024 "WHEN name LIKE 'sqlite_autoindex%%' AND type='index' THEN "
87714 { "automatic_index", SQLITE_AutoIndex },
99403 if( (pParse->db->flags & SQLITE_AutoIndex)==0 ){
109132 db->flags |= SQLITE_ShortColNames | SQLITE_AutoIndex | SQLITE_EnableTrigger