903263d896
Summary: When there was an empty line comment starting right at the end of the query, stripper wouldn't properly change state from `IN_LINE_COMMENT` to `OUT` and it would return the wrong length (0) from `MatchWhitespaceAndComments`. Because of that, the two slashes would be interpreted as division operators. Query "RETURN 5;//" would be changed by stripper into "RETURN 5; / /" which obviously can't be parsed; Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1819 |
||
---|---|---|
.. | ||
benchmark | ||
concurrent | ||
distributed | ||
drivers | ||
feature_benchmark | ||
integration | ||
macro_benchmark | ||
manual | ||
property_based | ||
public_benchmark | ||
qa | ||
stress | ||
unit | ||
apollo_runs.py | ||
client-stress.sh | ||
CMakeLists.txt |