memgraph/src
Mislav Bradac ccdffa1d7e Refactor TypedValue to PropertyValue
Summary:
Rename TypedValue to PropertyValue.
Move original TypedValue to query/backend/cpp.
Fix undefined behaviours and memory leaks in PropertyValue.
Add list type to PropertyValue.
Operators and appropriate tests will be revised in following commits.

Fix bugs in TypedValue

Fix bugs in typed value

Reviewers: buda, florijan

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D77
2017-03-01 12:31:47 +01:00
..
communication/bolt Refactor TypedValue to PropertyValue 2017-03-01 12:31:47 +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 Fix naming of asserts.runtime_assert & assert -> debug_assert 2017-02-24 11:41:55 +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 Fix naming of asserts.runtime_assert & assert -> debug_assert 2017-02-24 11:41:55 +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 Fix naming of asserts.runtime_assert & assert -> debug_assert 2017-02-24 11:41:55 +01:00
query Refactor TypedValue to PropertyValue 2017-03-01 12:31:47 +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 TypedValue to PropertyValue 2017-03-01 12:31:47 +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 Fix naming of asserts.runtime_assert & assert -> debug_assert 2017-02-24 11:41:55 +01:00
utils copy hardcoded queries 2017-02-27 18:26:51 +01:00
copy_hardcoded_queries.cpp copy hardcoded queries 2017-02-27 18:26:51 +01:00
memgraph_bolt.cpp use of Google Style (clang-format) 2017-01-23 12:04:54 +01:00