-
I want to parser sql from oracle. and get some information, for example: db/table/column/index and so on.
then I refer to some introduction from web like following, as expected, some output-info shou…
-
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 ---
[INFO] two-threaded DFA c…
-
Hi,
This is nice effort on PLSQL parser. Need more help to understand your code means from where I can start(specially entry point into plsql_parser package) and how its working(means which properties…
-
Background:
I want to parser pl/sql with c ++target .
Grammar:
https://github.com/antlr/grammars-v4/tree/master/plsql
results:
ParseTree is too slow, about 3 ~4 seconds
int main(int , c…
-
Hi,
I created the lexer and parser with the provided grammar, but when I want to test the tool with a simple sql query, I always get an error and the AST is not created:
Thanks for your support,
L…
ghost updated
11 years ago
-
Using PKG as suffix is overhead and confuses, especially as it is not done in a consistent way.
Suffix PKG should be removed from all packages and all references need to be updated.
Packages to up…
-
it will be great if this tool can read sql plsql code and create data lineage graph. something integrated to table page which can show source tables that feeding this table and target tables that read…
-
### Background:
During the course of going through some queries, I ran into some parsing issues calling out an unexpected `TIMEZONE` string from statements inside the body of a CTE similar to the fol…
-
I expect the PL/SQL grammar to parse sql scripts containing multiple blocks of sqlplus, pl/sql and sql but when trying to do so the `script.sql` example reports the `line 12:0 mismatched input 'declar…
-
First of all, I want to praise this great library. Unfortunately, it doesn't fully meet my current needs as I require support for Oracle databases. Do you have any plans to add this feature in the nea…