soulasuna commented on issue #11953:
URL: 
https://github.com/apache/shardingsphere/issues/11953#issuecomment-1058891675


   Inconsistent accuracy of `TIMESTAMP` between `MySQL` and `JDBC` caused 
problems.
   
   MySQL `TIMESTAMP` with up to microseconds (6 digits) precision.
   Refer to MySQL official documentation:
   https://dev.mysql.com/doc/refman/8.0/en/fractional-seconds.html
   
   JDBC `java.sql.Timestamp` with up to microseconds (9 digits) precision
   
![pr](https://user-images.githubusercontent.com/33794770/156715465-2aee30ee-84c2-42e1-97ed-1c2fe665e2a0.jpg)
   
   I did a precision fit.


-- 
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