memgraph/src/query
Teon Banek 160a6866dc Break the query part on Unwind
Summary:
`UNWIND` can come before `MATCH`, so it needs to break query parts. If
it didn't, a query part would incorrectly grab all the matches and plan
them incorrectly. A test for such a case has been added.

Reviewers: florijan

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D598
2017-07-29 18:14:06 +02:00
..
frontend Add ALL function to openCypher 2017-07-25 16:32:45 +02:00
interpret Add ALL function to openCypher 2017-07-25 16:32:45 +02:00
plan Break the query part on Unwind 2017-07-29 18:14:06 +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 Catch LexingException in our REPL 2017-07-28 16:59:26 +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