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 2021/09/24 02:51:06 UTC

[GitHub] [shardingsphere] tuichenchuxin opened a new pull request #12669: Add sql comment parse doc.

tuichenchuxin opened a new pull request #12669:
URL: https://github.com/apache/shardingsphere/pull/12669


   Fixes #12279.
   
   Changes proposed in this pull request:
   - Add sql comment parse doc.
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] strongduanmu merged pull request #12669: Add sql comment parse doc.

Posted by GitBox <gi...@apache.org>.
strongduanmu merged pull request #12669:
URL: https://github.com/apache/shardingsphere/pull/12669


   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] strongduanmu commented on a change in pull request #12669: Add sql comment parse doc.

Posted by GitBox <gi...@apache.org>.
strongduanmu commented on a change in pull request #12669:
URL: https://github.com/apache/shardingsphere/pull/12669#discussion_r715282664



##########
File path: docs/document/content/user-manual/shardingsphere-jdbc/configuration/props.cn.md
##########
@@ -18,3 +18,4 @@ Apache ShardingSphere 提供属性配置的方式配置系统级配置。
 | max-connections-size-per-query (?) | int        | 一次查询请求在每个数据库实例中所能使用的最大连接数。                                                                                                                                     | 1        |
 | check-table-metadata-enabled (?)   | boolean    | 在程序启动和更新时,是否检查分片元数据的结构一致性。                                                                                                                                     | false    |
 | check-duplicate-table-enabled (?)  | boolean    | 在程序启动和更新时,是否检查重复表。                                                                                                                                                  | false    |
+| sql-comment-parse-enabled (?)      | boolean    | 是否解析SQL中的注释信息。                                                                                                                                                          | false    |

Review comment:
       @tuichenchuxin Please add blank around `SQL`.




-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org