memgraph/tests/qa/tck_engine
Marko Culinovic be9fe9fe75 Fix graph creation in tck
Summary:
Parsing query with string values wasn't correct. It didn't matter
with which type of quote mark string value started. It simply took
any possible quote mark which wasn't escaped as possible beginning
or end for string value.

Following example didn't work:
{name: "Chris Anderson: Technology's long tail"}

Detected string value was "Chris Anderson: Technology' and because
of that query broke. Now, string is detected by memorizing which
quote mark was used to start parsing string value and is required
to end string value with that quote mark.

Reviewers: teon.banek, msantl

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1029
2017-12-06 09:05:31 +01:00
..
results .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
steps Fix graph creation in tck 2017-12-06 09:05:31 +01:00
tests Add nodes and relationships functions 2017-10-30 12:38:12 +01:00
.gitignore .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
behave.ini .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
binary.todo .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
environment.py .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
test_executor.py Added qa tests to apollo generate. 2017-07-21 14:40:55 +02:00
test_results.py .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00