You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/05/20 07:10:34 UTC

[GitHub] [shardingsphere] menghaoranss opened a new pull request #10399: Add create encrypt rule handler

menghaoranss opened a new pull request #10399:
URL: https://github.com/apache/shardingsphere/pull/10399


   For #10390 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] menghaoranss commented on a change in pull request #10399: Add create encrypt rule handler

Posted by GitBox <gi...@apache.org>.
menghaoranss commented on a change in pull request #10399:
URL: https://github.com/apache/shardingsphere/pull/10399#discussion_r635847136



##########
File path: shardingsphere-db-protocol/shardingsphere-db-protocol-core/src/main/java/org/apache/shardingsphere/db/protocol/error/CommonErrorCode.java
##########
@@ -71,6 +71,10 @@
 
     DATABASE_DISCOVERY_RULE_DATASOURCE_NOT_EXIST(1121, "C1121", "Database discovery rules %s do not exist."),
 
+    ENCRYPT_RULE_EXIST(1122, "C1122", "Encrypt rule already exist in schema %s."),

Review comment:
       fixed




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] tristaZero commented on a change in pull request #10399: Add create encrypt rule handler

Posted by GitBox <gi...@apache.org>.
tristaZero commented on a change in pull request #10399:
URL: https://github.com/apache/shardingsphere/pull/10399#discussion_r635832766



##########
File path: shardingsphere-db-protocol/shardingsphere-db-protocol-core/src/main/java/org/apache/shardingsphere/db/protocol/error/CommonErrorCode.java
##########
@@ -71,6 +71,10 @@
 
     DATABASE_DISCOVERY_RULE_DATASOURCE_NOT_EXIST(1121, "C1121", "Database discovery rules %s do not exist."),
 
+    ENCRYPT_RULE_EXIST(1122, "C1122", "Encrypt rule already exist in schema %s."),

Review comment:
       exists




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] tristaZero merged pull request #10399: Add create encrypt rule handler

Posted by GitBox <gi...@apache.org>.
tristaZero merged pull request #10399:
URL: https://github.com/apache/shardingsphere/pull/10399


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org