manticore-projects

Results 448 comments of manticore-projects
trafficstars

PS: Although this new implementation gave us the option to improve the `DeParsers` by handing down the `StringBuilder` and returning the `StringBuilder` from each node, I did not touch this....

Any opinion please? I have successfully used those new Visitors for my Column Resolution and have been effectively able to push scopes down from the root to the leafs, but...

Final call for opinions please. I have provided `default` implementations for mimicking the simplified former calls, e. g. ```java public interface SelectItemVisitor { T visit(SelectItem

Solved via https://github.com/JSQLParser/JSqlParser/commit/0e1ff56b0c8a6b17a6b6dd6edf0427139073e30b. Would be released as API Breaking 5.0 with dependency on Java 11. Documentation with examples is here: https://manticore-projects.com/JSQLParser/migration50.html

Greetings, the `IF NOT EXISTS` clause is not supported for `ADD COLUMN`. [You can try it online here.](http://jsqlformatter.manticore-projects.com/jsqlformatter/demo.html?args=-c%20LTAEHcHsCcGsGcBQBBAMgFQKICVTuQEKqagCSAYqJgBqkDK6doArvAKbQDGbAdgC4cAdABMAlpz4B9eM2gBzDqLbxQKACJrQAYQDyqAKoBZAHKhIABw4BDPqMg9Jc6FeFtJo4aFH8AHKGP6qKgA3IiIIKAAZlaiADZIaFi4+EQkFFS0DEysHNz8QmIS0rIK0Eoq6pq6BiZklMY66Bn0jGaWzrb2js6u7p7efH4BQcFAA) [Reference to the supported SQL Syntax.](http://217.160.215.75:8080/jsqlformatter/JSQLParser/syntax_snapshot.html#columndefinition) In my opinion all the `DDL`...

> the volunteers? it's excited when i as a committer Please follow the guide: https://manticore-projects.com/JSQLParser/contribution.html We will be most excited to welcome you as a new contributor. Fell very welcome...

Greetings. This is Postgres specific and not standard compliant. I would like to recommend writing standard compliant SQL. If you still need support for any RDBMS specific feature then either...

> So you want to serializable the parse tree? Could give a concrete usecase? Deep Cloning without any further effort. At the moment, you can not really derive a `SELECT`...

Can be parsed as `UnsupportedStatement` as shown in #1945 (unless you want to provide or sponsor a specific implementation).