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 2020/06/05 08:38:28 UTC

[GitHub] [shardingsphere] Simbafa edited a comment on issue #5903: "useServerPrepStmts=true" doesn't work

Simbafa edited a comment on issue #5903:
URL: https://github.com/apache/shardingsphere/issues/5903#issuecomment-639341348


   correct: (useServerPrepStmts=true is not used in test code)
   	key:fid, type2:VARCHAR, value:1
   	key:fint, type2:INT, value:1
   	key:ffloat, type2:DOUBLE, value:1.0
   	key:ftext, type2:VARCHAR, value:1
   	key:fdate, type2:DATE, value:2020-05-08
   	key:fdatetime, type2:TIMESTAMP, value:2020-05-08 13:03:52.0
   
   wrong:(useServerPrepStmts=true  is used in test code)
   	key:fid, type2:VARCHAR, value:
   	key:fint, type2:INT, value:822149120
   	key:ffloat, type2:DOUBLE, value:0.0
   	key:ftext, type2:VARCHAR, value:
   	key:fdate, type2:DATE, value:null
   	key:fdatetime, type2:TIMESTAMP, value:null
   


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