From 8e6317436dd96fb8bdd8891f9f877dbf25d9deda Mon Sep 17 00:00:00 2001 From: Teon Banek Date: Mon, 6 May 2019 15:51:05 +0200 Subject: [PATCH] Add missing comma to stripped_lexer_constants Reviewers: mtomic, mferencevic Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D2010 --- src/query/frontend/stripped_lexer_constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query/frontend/stripped_lexer_constants.hpp b/src/query/frontend/stripped_lexer_constants.hpp index 777bd7bb6..7d2bddfd9 100644 --- a/src/query/frontend/stripped_lexer_constants.hpp +++ b/src/query/frontend/stripped_lexer_constants.hpp @@ -91,7 +91,7 @@ const trie::Trie kKeywords = { "stream", "streams", "load", "data", "kafka", "transform", "batch", "interval", "show", "start", "stats", "stop", "size", "topic", "test", "unique", "explain", "profile", - "storage", "index", "info", "exists" "assert", "constraint", + "storage", "index", "info", "exists", "assert", "constraint", "node", "key"}; // Unicode codepoints that are allowed at the start of the unescaped name.