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 c1d0b2f commit 51b39c5Copy full SHA for 51b39c5
src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt
@@ -1545,13 +1545,7 @@ Expression Expression() #Expression :
1545
Expression retval = null;
1546
}
1547
{
1548
- (
1549
- LOOKAHEAD(3)
1550
- retval=OrExpression()
1551
- |
1552
- "(" retval=Expression() ")" {retval = new Parenthesis(retval); }
1553
-
1554
- )
+ retval=OrExpression()
1555
1556
{ return retval; }
1557
0 commit comments