-
Consider input string `SELECT 'trailing' AS first;` in [comments.sql](https://github.com/antlr/grammars-v4/blob/199a5121ece05d2f2e7eca330d0738220499e80c/sql/postgresql/examples/comments.sql#L5). This …
-
1. unsupported of DDL operation, such as Create/Drop/Alter table...
2. unsupported of AS Alias
3. unsupported of syntax "with as" sub table
4. unsupported the standard join syntax INNER/LEFT/RIGHT JO…
-
```
FORALL SAVE EXCEPTIONS language construct
```
Original issue reported on code.google.com by `cioca...@googlemail.com` on 4 Mar 2013 at 11:25
-
```
FORALL SAVE EXCEPTIONS language construct
```
Original issue reported on code.google.com by `cioca...@googlemail.com` on 4 Mar 2013 at 11:25
-
Usage exception:
```golang
package main
import (
"fmt"
plsqlparser "github.com/UNO-SOFT/plsql-parser"
)
func main() {
udf := `INSERT INTO tbl1 SELECT * FROM tbl2;`
p, _ := plsql…
-
```
FORALL SAVE EXCEPTIONS language construct
```
Original issue reported on code.google.com by `cioca...@googlemail.com` on 4 Mar 2013 at 11:25
-
Whenever there is a `$IF`, `$THEN`, `$ELSE` or `$END`, it gives an error message: `token recognition error at: '$'`
-
```
FORALL SAVE EXCEPTIONS language construct
```
Original issue reported on code.google.com by `cioca...@googlemail.com` on 4 Mar 2013 at 11:25
-
Hey there,
i was just set on a new Project to find a difftool for PLSQL and i recently found gumtree. I already have the antlr4 grammar and parser for PLSQL and have a python script to generate an …
-
```
diff --git a/Makefile b/Makefile
index c736ddb..bce3572 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ grammars-v4:
# and creates a slightly different set of named files. This makes…