shardingsphere
shardingsphere copied to clipboard
Verified parsing for MySQL methods
Fixes #31556 .
Changes proposed in this pull request: -Verified parsing of MySQL methods and added corresponding tests:
Before committing this PR, I'm sure that I have checked the following options:
- [x] My code follows the code of conduct of this project.
- [x] I have self-reviewed the commit code.
- [ ] I have (or in comment I request) added corresponding labels for the pull request.
- [x] I have passed maven check locally :
./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e. - [ ] I have made corresponding changes to the documentation.
- [ ] I have added corresponding unit tests for my changes.
Hi @terrymanu, Could you please review these changes. The build is passing locally, including the shardingsphere-parser-sql-mysql module. I have attached screenshots for the same.
Hi, Could I get an update on this? The parser parsed all these queries without any errors hence no changes to the grammar file was required. Please let me know if any changes are required.