There is unfortunately a serious regression introduce in 4.8, see https://github.com/JSQLParser/JSqlParser/pull/1794#issuecomment-5207687883.
Thomas Mortagne on 06/Aug/26 19:09
There is unfortunately a serious regression introduce introduced in 4.8, see https://github.com/JSQLParser/JSqlParser/pull/1794#issuecomment-5207687883.
Thomas Mortagne on 06/Aug/26 19:11
There is unfortunately a serious regression introduced in 4.8, see https://github.com/JSQLParser/JSqlParser/pull/1794#issuecomment-5207687883.
For next time (if that regression is indeed fixed): bq. f3f9259ef52 still holds the complete 4.6→5.3 API migration for when you come back to this. It won't be sufficient on its own, though: 5.4-SNAPSHOT removes SimpleNode (there's a new Tree class), and StandardHQLCompleteStatementValidator.isNodeSafe() walks the AST via SimpleNode.jjtGetValue() — so that upgrade will need an extra migration step beyond what's in the reverted commit.
Thomas Mortagne on 06/Aug/26 19:11
There is unfortunately a serious regression introduced in 4.8, see https://github.com/JSQLParser/JSqlParser/pull/1794#issuecomment-5207687883.
For next time (if that regression is indeed fixed), from claude: bq. f3f9259ef52 still holds the complete 4.6→5.3 API migration for when you come back to this. It won't be sufficient on its own, though: 5.4-SNAPSHOT removes SimpleNode (there's a new Tree class), and StandardHQLCompleteStatementValidator.isNodeSafe() walks the AST via SimpleNode.jjtGetValue() — so that upgrade will need an extra migration step beyond what's in the reverted commit.
This message was sent by Atlassian Jira (v9.3.0#930000-sha1:287aeb6)
If image attachments aren't displayed, see this article.