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/04/20 03:53:21 UTC

[GitHub] [shardingsphere] menghaoranss commented on a change in pull request #10130: Verify duplicate sharding table names for CREATE SHARDING TABLE RULE

menghaoranss commented on a change in pull request #10130:
URL: https://github.com/apache/shardingsphere/pull/10130#discussion_r616323659



##########
File path: shardingsphere-db-protocol/shardingsphere-db-protocol-core/src/main/java/org/apache/shardingsphere/db/protocol/error/CommonErrorCode.java
##########
@@ -53,6 +53,8 @@
     
     DUPLICATE_RESOURCE(1112, "C1112", "Duplicate resource name %s."),
     
+    DUPLICATE_TABLE(1113, "C1113", "Duplicate table name %s."),

Review comment:
       Yes, such as : 
   ```
   ERROR 1113 (C1113): Duplicate table name [t_order_item,t_order].
   ```




-- 
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