tristaZero opened a new issue #7856:
URL: https://github.com/apache/shardingsphere/issues/7856


   Hi all,
   
   We are planning to provide the SQL parsing function for users individually! 
Users could just use ShardingSphere parsing engine to parse SQL for their 
scenarios.
   
   For that reason, we need to standardized the rule name for SQL grammar 
definitions. This change is not challenging but essential. That is, remove the 
'_' from rule definitions, like rename `withClause_`  as `withClause`. 
   
   Why is this change necessary? The reason is that users just understand what 
`withClause` is (this string appears in their inputted SQL), but do not have a 
concept about the implicit name `withClause_`.
   
   @jingshanglu is working on this one, thanks! Let us wait for his 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]


Reply via email to