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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
