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 ce1d627 commit 975cddfCopy full SHA for 975cddf
src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt
@@ -1574,10 +1574,9 @@ Expression RegularCondition():
1574
| "!~*" { result = new RegExpMatchOperator(RegExpMatchOperatorType.NOT_MATCH_CASEINSENSITIVE); }
1575
)
1576
1577
- [ <K_PRIOR> { oraclePrior = EqualsTo.ORACLE_PRIOR_END; } ]
+ ( LOOKAHEAD(2) <K_PRIOR> rightExpression=ComparisonItem() { oraclePrior = EqualsTo.ORACLE_PRIOR_END; }
1578
+ | rightExpression=ComparisonItem() )
1579
- rightExpression=ComparisonItem()
1580
-
1581
[ "(" "+" ")" { oracleJoin=EqualsTo.ORACLE_JOIN_LEFT; } ]
1582
1583
{
0 commit comments