You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2020/09/21 14:57:53 UTC

[shardingsphere] branch master updated: Update _index.cn.md (#7545)

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

panjuan 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 4903c59  Update _index.cn.md (#7545)
4903c59 is described below

commit 4903c594b136eb82ee9b3d05670dfd1617178405
Author: kimmking <ki...@163.com>
AuthorDate: Mon Sep 21 22:57:43 2020 +0800

    Update _index.cn.md (#7545)
---
 docs/document/content/faq/_index.cn.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/document/content/faq/_index.cn.md b/docs/document/content/faq/_index.cn.md
index a02d9fc..8c586a8 100644
--- a/docs/document/content/faq/_index.cn.md
+++ b/docs/document/content/faq/_index.cn.md
@@ -243,7 +243,7 @@ ShardingSphere中很多功能实现类的加载方式是通过[SPI](https://shar
 
 回答:
 
-1. 需要使用4.1.0以上版本。
+1. 需要使用4.1.0或更高版本。
 2. 调整以下配置项(需要注意的是,此时所有的范围查询将会使用广播的方式查询每一个分表):
  - 4.x版本:`allow.range.query.with.inline.sharding`设置为true即可(默认为false)。
  - 5.x版本:`allow-range-query-with-inline-sharding`设置为true即可(默认为false)。