fanpipi opened a new issue, #28414: URL: https://github.com/apache/shardingsphere/issues/28414
### Which version of ShardingSphere did you use? ShardingSphere:5.4.0 mysql:8.0.23 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior Returns the datetime data stored in the MySQL database containing millisecond values. ### Actual behavior Returned datetime data accurate to seconds. ### Reason analyze (If you can) using mysql-connecter-j:8.0.31. The return value is correct when I use mysql-connecter-java:5.1.49. ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. 1.Create a table containing datatype fields for datetime (3) 2.select * from table -- 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]
