Skip to content

Commit c6e9389

Browse files
committed
fixes #176
1 parent fb4d43b commit c6e9389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ Expression RegularCondition():
14401440
boolean binary = false;
14411441
}
14421442
{
1443-
[ <K_PRIOR> { oraclePrior = EqualsTo.ORACLE_PRIOR_START; }]
1443+
[ LOOKAHEAD(2) <K_PRIOR> { oraclePrior = EqualsTo.ORACLE_PRIOR_START; }]
14441444
[ <K_NOT> { not = true; } ]
14451445
leftExpression=ComparisonItem() { result = leftExpression; }
14461446

0 commit comments

Comments
 (0)