memgraph/src
Dominik Gleich 8e1a897b7a Fix query integration test because of config. Fix hardcoded queries not working because of include bug.
Summary:
#1 Hardcoded query integration test was failling because the .so files couldn't be linked, because of wrong compiled directory path (missing config flag).
#2 Hardcoded query not working in production because typed_value changed so some includes didn't work.

Reviewers: florijan, buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D90
2017-03-07 12:37:30 +01:00
..
communication Started network refactorization. 2017-03-06 13:52:34 +01:00
config clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
data_structures Fix naming of asserts.runtime_assert & assert -> debug_assert 2017-02-24 11:41:55 +01:00
database Refactor transaction inside db_accessor. Also introduce advance_command. 2017-03-07 09:42:04 +01:00
dbms clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
import Refactor TypedValue to PropertyValue 2017-03-01 12:31:47 +01:00
io/network Started network refactorization. 2017-03-06 13:52:34 +01:00
logging Fix naming of asserts.runtime_assert & assert -> debug_assert 2017-02-24 11:41:55 +01:00
memory Fix naming of asserts.runtime_assert & assert -> debug_assert 2017-02-24 11:41:55 +01:00
mvcc Refactor transaction inside db_accessor. Also introduce advance_command. 2017-03-07 09:42:04 +01:00
query Fix query integration test because of config. Fix hardcoded queries not working because of include bug. 2017-03-07 12:37:30 +01:00
serialization clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
snapshot clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
storage Refactor transaction inside db_accessor. Also introduce advance_command. 2017-03-07 09:42:04 +01:00
template_engine clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
threading Fix naming of asserts.runtime_assert & assert -> debug_assert 2017-02-24 11:41:55 +01:00
transactions Refactor transaction inside db_accessor. Also introduce advance_command. 2017-03-07 09:42:04 +01:00
traversal Traversal namespace specialization added for real DB primitives 2017-03-03 14:01:01 +01:00
utils Fix query integration test because of config. Fix hardcoded queries not working because of include bug. 2017-03-07 12:37:30 +01:00
copy_hardcoded_queries.cpp copy hardcoded queries 2017-02-27 18:26:51 +01:00
memgraph_bolt.cpp Started network refactorization. 2017-03-06 13:52:34 +01:00