Code

frontend: Added 'FILTER' support to the 'LOOKUP' command.
[sysdb.git] / src / frontend / scanner.l
index f70f60f84dab33618a7ae84a67771ec33e0a022f..4bd5655e04bd9d870ccadcafa5da15d9c7c3ba74 100644 (file)
@@ -50,6 +50,7 @@ static struct {
 } reserved_words[] = {
        { "AND",      AND },
        { "FETCH",    FETCH },
+       { "FILTER",   FILTER },
        { "IS",       IS },
        { "LIST",     LIST },
        { "LOOKUP",   LOOKUP },