Skip to content

Commit 2dc396f

Browse files
committed
fixed tests with GRANT as identifier
1 parent d7da6b2 commit 2dc396f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,7 @@ keyword
10981098
| GLOBAL
10991099
| GRANULARITY
11001100
| GROUP
1101+
| GRANT
11011102
| HAVING
11021103
| HIERARCHICAL
11031104
| ID
@@ -1226,6 +1227,7 @@ keywordForAlias
12261227
| TEST
12271228
| VIEW
12281229
| PRIMARY
1230+
| GRANT
12291231
;
12301232

12311233
alias

0 commit comments

Comments
 (0)