Results 36 comments of Wisser

Hello, thank you very much for your effort. It looks like not all implementations of `FromItem `also implement `ASTNodeAccess`. Also, `ASTNodeAccess.getASTNode()` is `null `in some cases. You'll find some test...

Thanks for the clarification. Would it be possible to adjust the parser so that every `Expression` (which is in fact an `ASTNodeAccess`), always returns a non-zero `ASTNode`?

I'm afraid I don't understand what you mean.

I already use a Visitor. That is not the problem. I want to find the exact position of `Expression`s (and other phrases) in the SQL statement underlying the AST (the...

I still don't get it, I'm afraid. The two statements: ``` Select 1 ``` and ``` Select 1 ``` (two lines) lead to the same `AST`. Only the position information...

Creation scripts for the tables are currently not created automatically. Please use the appropriate tools of your DBMS for this. The creation of DDL scripts is highly DBMS-specific and thus...

@Dzeri96 That's a really interesting idea. Thank you very much for it. I will definitely take a closer look at it!

@Dzeri96 In the new release, there is now a feature ("Data Model" -> "Generate DDL Script") to generate the "create table/view..." statements using Liquibase.

There was a continuation of this topic here: https://github.com/Wisser/Jailer/issues/113 which finally resulted in release 16.1.3.

Thank you for the error report! This has been fixed in release 16.4.