memgraph/tests
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
..
benchmark Prepare transactional engine for distributed 2017-12-01 09:17:44 +01:00
concurrent Prepare transactional engine for distributed 2017-12-01 09:17:44 +01:00
data Replace map with bitset in stripped query 2017-08-02 22:17:36 +02:00
drivers Add C# driver test examples 2017-11-10 15:46:56 +01:00
macro_benchmark Remove extension from Python executables 2017-11-27 14:39:51 +01:00
manual Migrate labels/properties/edgetypes to ids 2017-11-23 17:12:37 +01:00
property_based Migrate labels/properties/edgetypes to ids 2017-11-23 17:12:37 +01:00
public_benchmark Remove extension from Python executables 2017-11-27 14:39:51 +01:00
qa Fix graph creation in tck 2017-12-06 09:05:31 +01:00
stress Reuse sessions in bipartite 2017-12-05 15:55:35 +01:00
unit Add first version of message passing and rpc 2017-12-05 14:51:18 +01:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Remove unused stuff from CMakeLists 2017-10-16 13:45:18 +02:00