yangjwInRiver commented on issue #2878: Fail to execute create dynamic table sql
URL: 
https://github.com/apache/incubator-shardingsphere/issues/2878#issuecomment-521614736
 
 
   It is different in logic sql and execute sql。
   logic sql 
   ```
   UNIQUE KEY `unique_record_no` (`record_no`) USING BTREE,
   KEY `index_account_no` (`account_no`) USING BTREE
   ```
   and sharding-jdbc change it like this
   ```
   UNIQUE KEY `unique_record_no`_t_xxx_201909 (`record_no`) USING BTREE,
   KEY `index_account_no`_t_xxx_201909 (`account_no`) USING BTREE
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to