You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by yy...@apache.org on 2022/12/23 09:47:17 UTC

[shardingsphere] 01/01: Update limitations.en.md

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

yy2so pushed a commit to branch yy2so-patch-2
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 6b1a98dd6100cba3bbca2fb4124796cbe086e2de
Author: Yacine Si Tayeb <86...@users.noreply.github.com>
AuthorDate: Fri Dec 23 17:47:06 2022 +0800

    Update limitations.en.md
---
 docs/document/content/features/encrypt/limitations.en.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/document/content/features/encrypt/limitations.en.md b/docs/document/content/features/encrypt/limitations.en.md
index 2770778d3b1..e0b3fc36062 100644
--- a/docs/document/content/features/encrypt/limitations.en.md
+++ b/docs/document/content/features/encrypt/limitations.en.md
@@ -4,7 +4,7 @@ weight = 2
 +++
 
 - You need to process the original data on stocks in the database by yourself.
-- Like query supports %, _, but does not support escape for now.
-- The case-insensitive queries are not supported for encrypted fields.
-- Comparison operations are not supported for encrypted fields, such as GREATER THAN, LESS THAN, ORDER BY, BETWEEN.
-- Calculation operations are not supported for encrypted fields, such as AVG, SUM, and computation expressions.
+- the `like` query supports %, _, but currently does not support escape.
+- Case insensitive queries are not supported for the encrypted fields.
+- Comparison operations are not supported for encrypted fields, such as `GREATER THAN`, `LESS THAN`, `ORDER BY`, `BETWEEN`.
+- Calculation operations are not supported for encrypted fields, such as `AVG`, `SUM`, and computation expressions.