You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/10/20 04:40:27 UTC

[GitHub] [shardingsphere] tristaZero opened a new issue #7856: Standardized the rule name for SQL grammar definition.

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:
users@infra.apache.org



[GitHub] [shardingsphere] jingshanglu closed issue #7856: Standardized the rule name for SQL grammar definition.

Posted by GitBox <gi...@apache.org>.
jingshanglu closed issue #7856:
URL: https://github.com/apache/shardingsphere/issues/7856


   


----------------------------------------------------------------
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:
users@infra.apache.org