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

jianglongtao 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 1b32001173d Update error codes docs for encrypt (#30843)
1b32001173d is described below

commit 1b32001173d48f751b7d26f4a8515be6eb9c14ff
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Apr 11 00:23:07 2024 +0800

    Update error codes docs for encrypt (#30843)
    
    * Update error codes docs for encrypt
    
    * Update error codes docs for encrypt
---
 docs/document/content/user-manual/error-code/sql-error-code.cn.md | 6 ++----
 docs/document/content/user-manual/error-code/sql-error-code.en.md | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/docs/document/content/user-manual/error-code/sql-error-code.cn.md 
b/docs/document/content/user-manual/error-code/sql-error-code.cn.md
index c6f84eed81f..00f0255647e 100644
--- a/docs/document/content/user-manual/error-code/sql-error-code.cn.md
+++ b/docs/document/content/user-manual/error-code/sql-error-code.cn.md
@@ -219,14 +219,12 @@ SQL 错误码以标准的 SQL State,Vendor Code 和详细错误信息提供,
 | 21000       | 44000     | Can not find logic encrypt column by \`%s\`.       
                                                |
 | 21001       | 44000     | Fail to find encrypt column \`%s\` from table 
\`%s\`.                                              |
 | 21002       | 44000     | Altered column \`%s\` must use same encrypt 
algorithm with previous column \`%s\` in table \`%s\`. |
-| 21040       | 42000     | Insert value of index \`%s\` can not support for 
encrypt.                                          |
-| 21041       | 0A000     | The SQL clause \`%s\` is unsupported in encrypt 
rule.                                              |
-| 21081       | HY004     | \`%s\` column's encryptor name \`%s\` does not 
match encrypt algorithm type \`%s\`.                |
 | 21003       | 44000     | Cipher column of \`%s\` can not be null in 
database \`%s\`.                                        |
-| 21004       | 44000     | Can not find (STANDARD\|ASSIST_QUERY\|LIKE_QUERY) 
encryptor in table \`%s\` and column \`%s\`.     |
 | 21005       | 44000     | Assisted query column of \`%s\` can not be null in 
database \`%s\`.                                |
 | 21007       | 44000     | Like query column of \`%s\` can not be null in 
database \`%s\`.                                    |
 | 21009       | 44000     | Can not find encrypt table: \`%s\`.                
                                                |
+| 21041       | 0A000     | The SQL clause \`%s\` is unsupported in encrypt 
rule.                                              |
+| 21081       | HY004     | \`%s\` column's encryptor name \`%s\` does not 
match encrypt algorithm type \`%s\`.                |
 
 ### 影子库
 
diff --git a/docs/document/content/user-manual/error-code/sql-error-code.en.md 
b/docs/document/content/user-manual/error-code/sql-error-code.en.md
index dc36ecfa2ee..3d7fd00e791 100644
--- a/docs/document/content/user-manual/error-code/sql-error-code.en.md
+++ b/docs/document/content/user-manual/error-code/sql-error-code.en.md
@@ -220,14 +220,12 @@ SQL error codes provide by standard `SQL State`, `Vendor 
Code` and `Reason`, whi
 | 21000       | 44000     | Can not find logic encrypt column by \`%s\`.       
                                                |
 | 21001       | 44000     | Fail to find encrypt column \`%s\` from table 
\`%s\`.                                              |
 | 21002       | 44000     | Altered column \`%s\` must use same encrypt 
algorithm with previous column \`%s\` in table \`%s\`. |
-| 21040       | 42000     | Insert value of index \`%s\` can not support for 
encrypt.                                          |
-| 21041       | 0A000     | The SQL clause \`%s\` is unsupported in encrypt 
rule.                                              |
-| 21081       | HY004     | \`%s\` column's encryptor name \`%s\` does not 
match encrypt algorithm type \`%s\`.                |
 | 21003       | 44000     | Cipher column of \`%s\` can not be null in 
database \`%s\`.                                        |
-| 21004       | 44000     | Can not find (STANDARD\|ASSIST_QUERY\|LIKE_QUERY) 
encryptor in table \`%s\` and column \`%s\`.     |
 | 21005       | 44000     | Assisted query column of \`%s\` can not be null in 
database \`%s\`.                                |
 | 21007       | 44000     | Like query column of \`%s\` can not be null in 
database \`%s\`.                                    |
 | 21009       | 44000     | Can not find encrypt table: \`%s\`.                
                                                |
+| 21041       | 0A000     | The SQL clause \`%s\` is unsupported in encrypt 
rule.                                              |
+| 21081       | HY004     | \`%s\` column's encryptor name \`%s\` does not 
match encrypt algorithm type \`%s\`.                |
 
 ### Shadow Database
 

Reply via email to