We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4d43b commit c6e9389Copy full SHA for c6e9389
src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt
@@ -1440,7 +1440,7 @@ Expression RegularCondition():
1440
boolean binary = false;
1441
}
1442
{
1443
- [ <K_PRIOR> { oraclePrior = EqualsTo.ORACLE_PRIOR_START; }]
+ [ LOOKAHEAD(2) <K_PRIOR> { oraclePrior = EqualsTo.ORACLE_PRIOR_START; }]
1444
[ <K_NOT> { not = true; } ]
1445
leftExpression=ComparisonItem() { result = leftExpression; }
1446
0 commit comments