This is an automated email from the ASF dual-hosted git repository.

zhaojinchao 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 e03c0fa  Update sql-parser.cn.md (#16048)
e03c0fa is described below

commit e03c0fac0b7298e438d9af6cfbb40e337f500148
Author: Swastika Gupta <[email protected]>
AuthorDate: Mon Mar 14 09:22:50 2022 +0530

    Update sql-parser.cn.md (#16048)
    
    * Update sql-parser.cn.md
    
    * Update sql-parser.cn.md
---
 .../user-manual/shardingsphere-jdbc/java-api/rules/sql-parser.cn.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/docs/document/content/user-manual/shardingsphere-jdbc/java-api/rules/sql-parser.cn.md
 
b/docs/document/content/user-manual/shardingsphere-jdbc/java-api/rules/sql-parser.cn.md
index b6d8711..6cb0474 100644
--- 
a/docs/document/content/user-manual/shardingsphere-jdbc/java-api/rules/sql-parser.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-jdbc/java-api/rules/sql-parser.cn.md
@@ -13,7 +13,7 @@ weight = 6
 |-----------------------------|-------------------|---------------------|
 | sqlCommentParseEnabled (?)  | boolean           | 是否解析 SQL 注释     |
 | parseTreeCache (?)          | CacheOption       | 解析语法树本地缓存配置  |
-| sqlStatementCache (?)       | CacheOption       | sql语句本地缓存配置    |
+| sqlStatementCache (?)       | CacheOption       | SQL 语句本地缓存配置    |
 
 ## 本地缓存配置
 
@@ -23,6 +23,6 @@ weight = 6
 
 | *名称*                    | *数据类型*   | *说明*                                    
   | *默认值*                                    |
 
|-------------------------|-------------|---------------------------------------------|--------------------------------------------|
-| initialCapacity         | int         | 本地缓存初始容量                             
  | 语法树本地缓存默认值128,sql语句缓存默认值2000   |
-| maximumSize             | long        | 本地缓存最大容量                             
  | 语法树本地缓存默认值1024,sql语句缓存默认值65535 |
+| initialCapacity         | int         | 本地缓存初始容量                             
  | 语法树本地缓存默认值128,SQL 语句缓存默认值2000   |
+| maximumSize             | long        | 本地缓存最大容量                             
  | 语法树本地缓存默认值1024,SQL 语句缓存默认值65535 |
 | concurrencyLevel        | int         | 本地缓存并发级别,最多允许线程并发更新的个数        | 4    
                                      |

Reply via email to