- Fixed a regression that caused parenthetical expressions within a
Condition
containingLIKE
REGEX
,NOT_LIKE
andNOT_REGEX
operators (e.g.,a = b and (email regex email.com)
) to mistakenly throw aSyntaxException
when being parsed by aCompiler
.
Condition
containing LIKE
REGEX
, NOT_LIKE
and NOT_REGEX
operators (e.g., a = b and (email regex email.com)
) to mistakenly throw a SyntaxException
when being parsed by a Compiler
.