tristaZero opened a new issue #7869: URL: https://github.com/apache/shardingsphere/issues/7869
Hi community, I am glad to announce that ShardingSphere will provide an independent SQL parser engine for parsing SQLs! I believe you will have some of the scenarios or use the SQL parser engine to get a parsed AST. From now on, you will have another option for your cases. Here are some of the advantages for ShardingSphere parser engine. ### Advantages 1. Mostly perfect SQL statements supported for MySQL database 2. Mostly perfect SQL statements supported for PostgreSQL database 3. Basically SQL statements supported for SQLServer database 4. Basically SQL statements supported for Oracle database 5. SQL parsed result cache for the parsing performance 6. AST parsed result and SQLStatement parsed result are provided meanwhile 7. Simple extension approach for SQLStatement visitors 8. Simple supplement approach and for SQL definition 9. Continuous improvement for the much better feature in the future. 5.x release will include this one, please wait for our good news! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
