memgraph/src
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
..
communication Add query parameters support 2017-07-19 18:44:59 +02:00
data_structures GraphDbAccessor - index range API 2017-07-19 11:55:40 +02:00
database GraphDbAccessor - validity assertion added to all functions 2017-07-20 09:42:35 +02:00
durability Implemented label-property index recovery. 2017-07-12 12:49:57 +02:00
io/network Move unused datastructures to poc 2017-07-10 12:03:11 +02:00
mvcc Make some members private in CommitLog 2017-07-12 14:58:34 +02:00
query Support variable length path in CypherMainVisitor 2017-07-20 13:14:50 +02:00
storage GraphDbAccessor - index range API 2017-07-19 11:55:40 +02:00
threading Migrate timer to use walltime, instead of cputime 2017-07-17 13:42:44 +02:00
transactions Fix bug in transactions/engine 2017-07-17 14:36:14 +02:00
traversal Move unused datastructures to poc 2017-07-10 12:03:11 +02:00
utils Make the message mandatory for NotYetImplemented exception 2017-07-18 16:40:49 +02:00
copy_hardcoded_queries.cpp Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
memgraph_bolt.cpp sptr to uptr in worker/server 2017-07-12 14:10:22 +02:00