chenqin091017 opened a new issue #11063:
URL: https://github.com/apache/shardingsphere/issues/11063


   
   ### Which version of ShardingSphere did you use?
   shardingsphere-jdbc-core 5.0.0-beta
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-JDBC
   ### Expected behavior
   table foo, column id、id0 and value is a index,these type is unique。
   
![sql](https://user-images.githubusercontent.com/17311435/123812182-7469af80-d926-11eb-9876-aa9384e05a40.png)
   Logic SQL:`insert into foo(id,id0,value) values(?,?,?)`
   Actual SQL:`insert into foo_45(id,id0,value) values(?,?,?)`
   can throw SQLException
   ### Actual behavior
   can not throw SQLException
   ### Reason analyze (If you can)
   
![exception](https://user-images.githubusercontent.com/17311435/123810743-3b7d0b00-d925-11eb-87b5-4546d7bbe2c4.png)
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to