You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "tuichenchuxin (via GitHub)" <gi...@apache.org> on 2023/02/24 10:01:40 UTC

[GitHub] [shardingsphere] tuichenchuxin opened a new issue, #24341: Uppercase table constraint not rewrite exception.

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

   ## Bug Report
   if we have logic sharding table t_order, actual is t_order_0, t_order_1
   ```sql
   #logicSQL:
   create table ...
   CONSTRAINT t_order_pkey PRIMARY KEY (order_id)
   
   #actualSQL should be
   create table ...
   CONSTRAINT t_order_pkey_t_order_0 PRIMARY KEY (order_id)
   ```
   but if create table name is Uppercase, then will not rewrite.


-- 
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] sandynz closed issue #24341: Uppercase table constraint not rewrite exception.

Posted by "sandynz (via GitHub)" <gi...@apache.org>.
sandynz closed issue #24341: Uppercase table constraint not rewrite exception.
URL: https://github.com/apache/shardingsphere/issues/24341


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