Closed xiaowu5759 closed 2 years ago
What is your version of MySQL server?
mysql version is 8.0.26
Maybe @strongduanmu can help us to check it.
@xiaowu5759 Hi, can you try the master branch? I think this bug has been fixed.
@xiaowu5759 Hi, can you try the master branch? I think this bug has been fixed.
I just used the latest version in Maven. ther master branch how to try
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId>
<version>5.0.0</version>
</dependency>
@xiaowu5759 You can download here——http://117.48.121.24:8080/JDBC/.
Closed because of no response for long time.
Bug Report
For English only, other languages will not accept.
Before report a bug, make sure you have:
Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot reproduce it on current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Which version of ShardingSphere did you use?
shardingsphere-jdbc-core-spring-boot-starter 5.0.0 mysql-connector-java 8.0.26 mybatis 3.5.6
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
Expected behavior
Actual behavior
column:
gmt_create
datetime not null comment '创建时间',entity: private Date gmtCreate;
When I use mos order,mos order_ Item, if the binding table rule is adopted, there will be no problem and the correct results will be obtained, but there will be problems where the binding rule is not exist;
binding rule is exist
binding-tables[0]: mos_order, mos_order_item
binding rule is not exist
it is error
My guess is that the date type of obtaining multiple result summaries is different from that of the original query
Reason analyze (If you can)
and mysql-connector-java 8.0.26 is error mysql-connector-java 8.0.19 is fine
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).