Skip to content

Commit 4c32d38

Browse files
committed
made cte column in mandatory paren.
1 parent ed4a6c9 commit 4c32d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdbc-v2/src/main/antlr4/com/clickhouse/jdbc/internal/ClickHouseParser.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namedQuery
4949
;
5050

5151
columnAliases
52-
: LPAREN? identifier (',' identifier)* RPAREN?
52+
: LPAREN identifier (',' identifier)* RPAREN
5353
;
5454

5555
cteUnboundCol

0 commit comments

Comments
 (0)