4a3808b982
Summary: This is a simple thing that enables us to use keywords as symbolic names. A bad thing is that planning will be done for queries which differ only in keyword case (e.g. "MATCH (x) RETURN x" and "match (x) return x"), but that should not be a significant performance impact as queries are done programmaticaly when high throughput is expected and we don't expect letter case change in that case. Reviewers: buda, mferencevic, teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1496 |
||
---|---|---|
.. | ||
results | ||
steps | ||
tests | ||
.gitignore | ||
behave.ini | ||
binary.todo | ||
environment.py | ||
test_executor.py | ||
test_results.py |