memgraph/tests
florijan ea202dc52a Query::Plan::EdgeFilter bugfix
Summary:
Resolved the bug where edge filters with no edge-types dont accept any edge.
Illustrated with the following queries:
CREATE ()-[]->()
MATCH ()-[]->()
	(produces 0 results, expected 1)

Reviewers: mislav.bradac

Reviewed By: mislav.bradac

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D265
2017-04-12 13:47:27 +02:00
..
benchmark Query::Plan::Aggregate 2017-04-11 15:12:06 +02:00
concurrent Started working on network hang fix. 2017-04-07 17:09:58 +02:00
data Query stripping now uses a parse tree and differentiates between int literals in a range expression (not stripped) and outside of a range (stripped). 2017-03-08 14:19:55 +01:00
integration Move typed_value to query top level and namespace it 2017-04-11 08:50:46 +02:00
manual Labels implementation. 2017-04-03 11:50:22 +02:00
unit Query::Plan::EdgeFilter bugfix 2017-04-12 13:47:27 +02:00
client-stress.sh Started network refactorization. 2017-03-06 13:52:34 +01:00
CMakeLists.txt gbenchmark reports are generated inside build/test_results/benchmark 2016-12-23 09:58:26 +01:00