tuichenchuxin opened a new issue #13792: URL: https://github.com/apache/shardingsphere/issues/13792
Hi, community. We want to improve the support of sql parse. It's a good first issue to contribute to shardingsphere. ## How to contribute - Just found sql not supported and Then add to this [file](https://github.com/apache/shardingsphere/blob/master/shardingsphere-test/shardingsphere-parser-test/src/main/resources/sql/unsupported/unsupported.xml) ## Skills - None ## How to find sql not supported - I found test case in postgresql resource code refer to #13383 - you can use [this example program ](https://github.com/tuichenchuxin/extract-sql-for-shardingsphere-parser-test)or write yourself code to test if there are some not supported sql. - If you find some error sql, add to this [file](https://github.com/apache/shardingsphere/blob/master/shardingsphere-test/shardingsphere-parser-test/src/main/resources/sql/unsupported/unsupported.xml) - run this [file](https://github.com/apache/shardingsphere/blob/master/shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/engine/UnsupportedSQLParserParameterizedTest.java) ## After commit remeber to complete the task in #13383 -- 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]
