PromucFlow_constructor/app/server/appsmith-plugins/mysqlPlugin/src
appsmithguru 019caf995e
fix: 14544 Ignore comments before parsing a query with IS operator in MySQL (#20620)
Description

MySQL query fails for having the "IS" word inside a comment in Prepared
Statement
https://github.com/appsmithorg/appsmith/issues/14544

Sample query: Select * from table -- IS 
The Query is validated before removing the comments hence was throwing
"IS operator is not supported" error

Checklist:

- [ ]  My code follows the style guidelines of this project
- [ ]  I have performed a self-review of my own code
- [ ]  My changes generate no new warnings
- [ ]  New and existing unit tests pass locally with my changes
2023-02-21 14:13:07 +05:30
..
main fix: 14544 Ignore comments before parsing a query with IS operator in MySQL (#20620) 2023-02-21 14:13:07 +05:30
test/java/com/external fix: 14544 Ignore comments before parsing a query with IS operator in MySQL (#20620) 2023-02-21 14:13:07 +05:30