This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 81cf0e4 Add sql comment parse doc. (#12669)
81cf0e4 is described below
commit 81cf0e4f5cb7fc69ca18cb6a1f657c54ead7f1d7
Author: tuichenchuxin <[email protected]>
AuthorDate: Fri Sep 24 10:58:00 2021 +0800
Add sql comment parse doc. (#12669)
* Add sql comment parse doc.
* Add sql comment parse doc.
* Add sql comment parse doc.
---
.../content/user-manual/shardingsphere-jdbc/configuration/props.cn.md | 1 +
.../content/user-manual/shardingsphere-jdbc/configuration/props.en.md | 1 +
.../content/user-manual/shardingsphere-proxy/configuration/props.cn.md | 1 +
.../content/user-manual/shardingsphere-proxy/configuration/props.en.md | 1 +
4 files changed, 4 insertions(+)
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/props.cn.md
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/props.cn.md
index 894e894..955631c 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/props.cn.md
+++
b/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 |
\ No newline at end of file
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/props.en.md
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/props.en.md
index 34232fe..c502859 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/props.en.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/props.en.md
@@ -18,3 +18,4 @@ Apache ShardingSphere provides the way of property
configuration to configure sy
| max-connections-size-per-query (?) | int | Max opened connection
size for each query.
| 1
|
| check-table-metadata-enabled (?) | boolean | Whether validate table
meta data consistency when application startup or updated.
| false
|
| check-duplicate-table-enabled (?) | boolean | Whether validate
duplicate table when application startup or updated.
|
false |
+| sql-comment-parse-enabled (?) | boolean | Whether parse the comment
of SQL.
| false
|
\ No newline at end of file
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/configuration/props.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/configuration/props.cn.md
index 7ed6efd..c6d1f87 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/configuration/props.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/configuration/props.cn.md
@@ -21,3 +21,4 @@ Apache ShardingSphere 提供属性配置的方式配置系统级配置。
| proxy-opentracing-enabled (?) | boolean | 是否允许在
ShardingSphere-Proxy 中使用 OpenTracing。
| false |
| proxy-hint-enabled (?) | boolean | 是否允许在
ShardingSphere-Proxy 中使用 Hint。使用 Hint 会将 Proxy 的线程处理模型由 IO
多路复用变更为每个请求一个独立的线程,会降低 Proxy 的吞吐量。
| false |
| check-duplicate-table-enabled (?) | boolean | 在程序启动和更新时,是否检查重复表。
| false |
+| sql-comment-parse-enabled (?) | boolean | 是否解析 SQL 注释。
| false |
\ No newline at end of file
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/configuration/props.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/configuration/props.en.md
index a3da4ff..8b1dc5f 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/configuration/props.en.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/configuration/props.en.md
@@ -21,3 +21,4 @@ Apache ShardingSphere provides the way of property
configuration to configure sy
| proxy-opentracing-enabled (?) | boolean | Whether enable
opentracing for ShardingSphere-Proxy.
|
false |
| proxy-hint-enabled (?) | boolean | Whether enable hint for
ShardingSphere-Proxy. Using Hint will switch proxy thread mode from IO
multiplexing to per connection per thread, which will reduce system throughput.
|
false |
| check-duplicate-table-enabled (?) | boolean | Whether validate
duplicate table when application startup or updated.
|
false |
+| sql-comment-parse-enabled (?) | boolean | Whether parse the comment
of SQL.
| false
|
\ No newline at end of file