plsql-parser icon indicating copy to clipboard operation
plsql-parser copied to clipboard

ANTLR PL/SQL 11g parser

Results 16 plsql-parser issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

this commit adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev...

I have downloaded and extracted the zip then i got a directory "plsql-parser-master". There i have ran "mvn install" but it was throwing error as `[INFO] error(10): internal error: Can't...

- Ported to ANTLR 3.5.x - Many tests cases addded - Several minor bugfixes

Request help in running the project. I have downloaded the source code, and have imported it as maven project in Eclipse. While I run mvn install on the project it...

Can anyone help me with running this project.. I've tried but not able to run it! The grammer files wont compile!

Hi, I amusing this parser to parse Oracle SQl based files. Following FOR statements are getting parsed succesfully, 1. for i in 1 ..l_line_tbl.xyz() LOOP l_line_xyz(i).random_ship_date := l_random_date; l_line_xyz(i).random_set_id :=...

PLSQLParser.g override PLSQL_DMLParser.g's seq_of_statements, but lost explain_statement. See my patch. :)

while compiling i have a lot of warning Is it normal or how can i avoid them ? Thank you in advance Alain [INFO] --- exec-maven-plugin:1.1:exec (default) @ lexer-parser ---...

this is what is see .. // | create_index //TODO // | create_table //TODO // | create_view //TODO // | create_directory //TODO // | create_materialized_view //TODO