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 2022/06/26 06:23:41 UTC

[GitHub] [shardingsphere] terrymanu opened a new issue, #18604: Single table must check duplicate tables

terrymanu opened a new issue, #18604:
URL: https://github.com/apache/shardingsphere/issues/18604

   There is `check-duplicate-table-enabled` in global properties which for single table loading check.
   I think this is incorrect.
   
   The logic table names can not same in one logic database.schema in ShardingSphere.
   
   If the same single table name in same database and same schema, it should throw exception when ShardingSphere startup.
   
   database.schema.table is unique is the basic rule in database system, ShardingSphere can not break the rule.


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

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


[GitHub] [shardingsphere] RaigorJiang closed issue #18604: Single table must check duplicate tables

Posted by GitBox <gi...@apache.org>.
RaigorJiang closed issue #18604: Single table must check duplicate tables
URL: https://github.com/apache/shardingsphere/issues/18604


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere] strongduanmu commented on issue #18604: Single table must check duplicate tables

Posted by GitBox <gi...@apache.org>.
strongduanmu commented on issue #18604:
URL: https://github.com/apache/shardingsphere/issues/18604#issuecomment-1166430156

   Yes, I agree with you, ShardingSphere should guarantee the uniqueness of the table in same schema.


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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