Skip to content

Commit 2138b2f

Browse files
committed
fix: #432 remove error rule
1 parent 410ace6 commit 2138b2f

File tree

3 files changed

+2360
-2371
lines changed

3 files changed

+2360
-2371
lines changed

src/grammar/postgresql/PostgreSqlParser.g4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2378,7 +2378,6 @@ primaryExpression
23782378
| OPEN_PAREN expression COMMA exprList CLOSE_PAREN
23792379
| row KW_OVERLAPS row
23802380
| columnNamePath
2381-
| qualifiedName
23822381
| primaryExpression TYPECAST typename
23832382
| (PLUS | MINUS) primaryExpression
23842383
| primaryExpression qualOp primaryExpression?

src/lib/postgresql/PostgreSqlParser.interp

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

0 commit comments

Comments
 (0)