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 f99a508  Supplementary encryption function specification (#16227)
f99a508 is described below

commit f99a508cd432b3806255a91826e91f9a3374bb17
Author: 龙台 Long Tai <[email protected]>
AuthorDate: Mon Mar 21 09:20:40 2022 +0800

    Supplementary encryption function specification (#16227)
---
 docs/document/content/features/encrypt/use-norms.cn.md | 1 +
 docs/document/content/features/encrypt/use-norms.en.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/document/content/features/encrypt/use-norms.cn.md 
b/docs/document/content/features/encrypt/use-norms.cn.md
index 42e262e..9ca42d4 100644
--- a/docs/document/content/features/encrypt/use-norms.cn.md
+++ b/docs/document/content/features/encrypt/use-norms.cn.md
@@ -11,5 +11,6 @@ weight = 2
 ## 不支持项
 
 * 需自行处理数据库中原始的存量数据;
+* 加密字段无法支持查询不区分大小写功能;
 * 加密字段无法支持比较操作,如:大于、小于、ORDER BY、BETWEEN、LIKE 等;
 * 加密字段无法支持计算操作,如:AVG、SUM 以及计算表达式。
diff --git a/docs/document/content/features/encrypt/use-norms.en.md 
b/docs/document/content/features/encrypt/use-norms.en.md
index 51efcbd..b6580d4 100644
--- a/docs/document/content/features/encrypt/use-norms.en.md
+++ b/docs/document/content/features/encrypt/use-norms.en.md
@@ -11,5 +11,6 @@ weight = 2
 ## Unsupported
 
 * Need to process original inventory data before encryption;
+* Encrypted fields cannot support case insensitive queries;
 * The value of encryption columns cannot support comparison, such as: >, <, 
ORDER BY, BETWEEN, LIKE, etc;
 * The value of encryption columns cannot support calculation, such as AVG, 
SUM, and calculation expressions.

Reply via email to