TherChenYang commented on issue #31567: URL: https://github.com/apache/shardingsphere/issues/31567#issuecomment-2146375008
@Kiritsgu - Sorry, it may be that my description is not detailed enough. Verifying whether SQL can be correctly parsed through the G4 plugin is just the first step. The ANTLR Preview only indicates that SQL can be parsed by the parser normally. Afterward, we need to focus on the Visitor part, that is whether SQL can be correctly transformed into the corresponding Statement, and whether table field parameters in methods are accurately mapped to parameters in the Statement. - In the original Vistor section, many methods have been mapped to empty Statements. What we need to do is to check this part of content, add corresponding parameters in Statements and complete the correct Vsitor. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
