Code

frontend/grammar: Added support for 'ALL <obj> <cmp> <expr>'.
[sysdb.git] / src / frontend / scanner.l
index 4f09c3730be73cb4e01a4af554f147fd31eaf9e3..b581e3d613cea435dd22f4c759ea292850ae2675 100644 (file)
@@ -51,6 +51,7 @@ static struct {
        const char *name;
        int id;
 } reserved_words[] = {
+       { "ALL",        ALL },
        { "AND",        AND },
        { "ANY",        ANY },
        { "END",        END },