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/04/26 02:02:37 UTC

[GitHub] [shardingsphere] strongduanmu opened a new issue, #17107: Table 't_order' already exists exception occur when create table in new PostgreSQL schema

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

   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   
   https://github.com/apache/shardingsphere/commit/31e71c9878a38a41280a84239f5ae28ea466af94
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   
   ShardingSphere-Proxy
   
   ### Expected behavior
   
   Execute `CREATE TABLE test_schema_1.t_order(order_id INT, user_id INT, content VARCHAR, create_time DATETIME);` successfully.
   
   ### Actual behavior
   
   <img width="950" alt="image" src="https://user-images.githubusercontent.com/10829171/165204583-a6866314-d187-41a0-a723-f01c749edd0b.png">
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).
   


-- 
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] strongduanmu commented on issue #17107: Table 't_order' already exists exception occur when create table in new PostgreSQL schema

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

   In addition to the metadata validation exception for the `CREATE TABLE` statement, other statements also need to be tested, and I will continue to work on that.


-- 
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] tuichenchuxin closed issue #17107: Table 't_order' already exists exception occur when create table in new PostgreSQL schema

Posted by GitBox <gi...@apache.org>.
tuichenchuxin closed issue #17107: Table 't_order' already exists exception occur when create table in new PostgreSQL schema
URL: https://github.com/apache/shardingsphere/issues/17107


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