This commit is contained in:
Alexey Milovidov 2019-02-10 23:23:24 +03:00
parent c0dd4debc5
commit f4f97867c3

View File

@ -247,7 +247,7 @@ bool ParserBetweenExpression::parseImpl(Pos & pos, ASTPtr & node, Expected & exp
if (!s_between.ignore(pos, expected))
{
if (negative)
return false; /// Cannot parse NOT BETWEEN.
--pos;
/// No operator was parsed, just return element.
node = subject;