You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/11/18 09:49:57 UTC

[GitHub] [incubator-shardingsphere] lightning-pro opened a new issue #3550: Timestamp miss milliseconds

lightning-pro opened a new issue #3550: Timestamp miss milliseconds
URL: https://github.com/apache/incubator-shardingsphere/issues/3550
 
 
   ### Which version of ShardingSphere did you use?
   shardingsphere-4.0.0-RC2-1
   
   ### Which project did you use? Sharding-JDBC or Sharding-Proxy?
   Sharding-Proxy
   
   ### Expected behavior
   insert a timestamp value into table with milliseconds
   
   ### Actual behavior
   insert a timestamp value into table without milliseconds
   
   ### Reason analyze (If you can)
   I think maybe related to the Timestamp long construtor in sharding-proxy ? or btm jdbc (but when insert to my db without proxy, it works perfect,so this should not be the cause)???
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   I am using bitronix tm in my application, just a normal simple insert sql with timestamp value with milliseconds in PreparedStatement. and my client os is windows 10 with Zulu openjdk 1.8.0_232. And the sharding-proxy is in Ubuntu 18.04 with Oracle jdk 1.8.0_211 and MySQL5.7
   
   ### Example codes for reproduce this issue (such as a github link).
   internal application,not available in github

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services