manticore-projects
manticore-projects
Since the Validation framework lacks a maintainer, who keeps up with the features and changes of the Parser I would like to recommend to split it off into its own...
Basic implementation provided, but please give it a proper testing and show any SQL Statements not working as expected. (I do not use `ClickHouse` and `DuckDB` does not support it.)
Original issue about support of ` { IGNORE | RESPECT } NULLS ` has been resolved in JSQLParser 4.10-Snapshot and [you can test it online here](http://jsqlformatter.manticore-projects.com/jsqlformatter/demo.html?args=-c%20MoUQMiDCAqAEsDECSAlY0D6A1AgmAqiABSwBGAxgHQC2ApgE7kAWGANgIwYB2AhnbEgDiAOQDyKELGH4wYYLACUsAFDw16taKwgUsErAAKOFNCSnRw2ACEAmrADOAawCuqje4+eNAGljMeXFy0rBgAlgAmKl7RsOIAIjrWdgBmtLThGOE8AC60sAnAkIqwOPJ0jCwc3Hy0bu6+yGiYuATEZFSk9AGRQmISUjJyxXVeWon6RiZmSBZJDi4jMUs+fkwBQSERUcvu8Ym2sKnpmTl5BZBKpWRdXOHKCCiiALKwudQADpQ8FO3KANxAA)
See `UnsupportedStatements` as explain in #1945 (unless you will sponsor or provide a specific implementation of this feature.)
Incorporated via https://github.com/manticore-projects/JSqlParser/commit/f132547f56a1edd6e6a0e1454b53ac2e422a835b
I am closing this since it is not support and won't be supported (unless any genius provided a PR).
Working now on it.
Duplicate #1916
I am closing this since it is not support and won't be supported (unless any genius provided a PR).
Fixed this issue via commit https://github.com/JSQLParser/JSqlParser/pull/1778/commits/5263b91f3e555b79973e4cde68373760dfe4c998, functions/procedures can end now in two ways: 1) ` ... ( ; | EOF)` 2) ` ... ... ( ; | EOF)`