memgraph/src/query
Teon Banek 7fabdda938 Fix an error where null AND false returned null
Summary:
Tests have been updated to catch this error and other behaviour. Other
than this change, `AND` should behave as before.

Reviewers: florijan, mislav.bradac

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D970
2017-11-09 16:46:25 +01:00
..
frontend Fix issues with lambda symbols and returning * 2017-11-09 16:46:06 +01:00
interpret Fix an error where null AND false returned null 2017-11-09 16:46:25 +01:00
plan Fix issues with lambda symbols and returning * 2017-11-09 16:46:06 +01:00
common.cpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
common.hpp Add query parameters support 2017-07-19 18:44:59 +02:00
console.cpp Remove Dbms 2017-10-30 12:33:29 +01:00
console.hpp Remove Dbms 2017-10-30 12:33:29 +01:00
context.hpp Handle index creation correctly 2017-10-09 19:22:39 +02:00
exceptions.hpp Handle index creation correctly 2017-10-09 19:22:39 +02:00
interpreter.cpp Convert variable start planning to iterative process 2017-10-16 10:12:09 +02:00
interpreter.hpp Refactor Interpreter 2017-10-11 11:06:25 +02:00
parameters.hpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
path.hpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
typed_value.cpp POC - Typed value assignment for different types. 2017-11-02 14:21:22 +01:00
typed_value.hpp POC - Typed value assignment for different types. 2017-11-02 14:21:22 +01:00