memgraph/src/query
Teon Banek b4d2d1ff81 Support variable length path in CypherMainVisitor
Summary:
Allow expressions for variable length path bounds

Replace test which expected a syntax exception

Since we now allow variable length to have an arbitrary expression, the
test case is obsolete. It was replaced with something that excepts an
expression which wasn't allowed before.

Reviewers: florijan, mislav.bradac, buda

Reviewed By: mislav.bradac

Subscribers: lion, pullbot

Differential Revision: https://phabricator.memgraph.io/D568
2017-07-20 13:14:50 +02:00
..
frontend Support variable length path in CypherMainVisitor 2017-07-20 13:14:50 +02:00
interpret Make the message mandatory for NotYetImplemented exception 2017-07-18 16:40:49 +02:00
plan Support variable length path in CypherMainVisitor 2017-07-20 13:14:50 +02:00
common.cpp Add query parameters support 2017-07-19 18:44:59 +02:00
common.hpp Add query parameters support 2017-07-19 18:44:59 +02:00
console.cpp Add query parameters support 2017-07-19 18:44:59 +02:00
console.hpp Move dbms to database 2017-07-12 12:44:11 +02:00
context.hpp Query::Context - removed some junk 2017-04-13 16:49:18 +02:00
engine.cpp Rename config flags. 2017-06-09 10:52:26 +02:00
engine.hpp Add query parameters support 2017-07-19 18:44:59 +02:00
exceptions.hpp Add query parameters support 2017-07-19 18:44:59 +02:00
interpreter.cpp Supstitute named expressions in ast cache 2017-06-26 16:33:17 +02:00
interpreter.hpp Add query parameters support 2017-07-19 18:44:59 +02:00
parameters.hpp Add AST cache 2017-06-14 18:59:31 +02:00
plan_compiler_flags.hpp.in Generate plan_compiler_flags only if needed 2017-06-16 15:58:32 +02:00
plan_compiler.hpp Use GLogger instead of broken memgraph Logger. 2017-06-21 15:33:24 +02:00
plan_interface.hpp Remember token positions for literals 2017-06-13 17:11:27 +02:00
plan_template_cpp Use GLogger instead of broken memgraph Logger. 2017-06-21 15:33:24 +02:00
typed_value.cpp Make the message mandatory for NotYetImplemented exception 2017-07-18 16:40:49 +02:00
typed_value.hpp Merge utils/exceptions into single file 2017-04-20 16:53:21 +02:00