Skip to content

Commit 7cd3429

Browse files
authored
fix(postgresql): warning of antlr tools (#7)
Like what we do in #4
1 parent c0d78f2 commit 7cd3429

File tree

3 files changed

+317
-216
lines changed

3 files changed

+317
-216
lines changed

postgresql/PostgreSQLParser.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5323,7 +5323,7 @@ plsql_unreserved_keyword
53235323
;
53245324

53255325
sql_expression
5326-
: opt_target_list? into_clause? from_clause? where_clause? group_clause? having_clause? window_clause?
5326+
: distinct_clause? opt_target_list from_clause? where_clause? group_clause? having_clause? window_clause? opt_sort_clause? opt_select_limit? opt_for_locking_clause?
53275327
;
53285328

53295329
expr_until_then

postgresql/PostgreSQLParser.interp

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)