TeslaCN commented on issue #24103: URL: https://github.com/apache/shardingsphere/issues/24103#issuecomment-1427398180
> Thank you so much. > I understand what you mean, and I have already noticed this before, so I understand that improving the precise of the `datetime` can solve the current issue. What I actually wanted to ask is, if I directly connect to mysql, there is no problem, but when using `shardingjdbc`, there will be a problem. Is it because `shardingjdbc` has implicit conversion or other special handling when intercepting and processing Java `Date` types, causing the problem to occur? ShardingSphere-JDBC just passes parameters to actual `PreparedStatement` by `setObject`. You may try debugging and finding out the root cause. Or it would be helpful if you could provide us a minimum reproducible demo. -- 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]
