Skip to content

Commit 2588ed7

Browse files
committed
fix: #432 remove error rule
1 parent 37e6684 commit 2588ed7

File tree

3 files changed

+2362
-2373
lines changed

3 files changed

+2362
-2373
lines changed

src/grammar/postgresql/PostgreSqlParser.g4

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
* [The "MIT license"] Copyright (C) 2014 Sam Harwell, Tunnel Vision Laboratories, LLC
3-
*
3+
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
55
* associated documentation files (the "Software"), to deal in the Software without restriction,
66
* including without limitation the rights to use, copy, modify, merge, publish, distribute,
77
* sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
88
* furnished to do so, subject to the following conditions:
9-
*
9+
*
1010
* 1. The above copyright notice and this permission notice shall be included in all copies or
1111
* substantial portions of the Software. 2. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1212
* ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@@ -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)