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/19 06:24:49 UTC

[GitHub] [incubator-shardingsphere] RaigorJiang opened a new issue #3556: (Proxy) Response num of update is Zero for postgres JDBC client

RaigorJiang opened a new issue #3556: (Proxy) Response num of update is Zero for postgres JDBC client
URL: https://github.com/apache/incubator-shardingsphere/issues/3556
 
 
   Which version of ShardingSphere did you use?
   sharding-proxy : 4.0.0-RC3-SNAPSHOT
   
   Expected behavior
   When update one record, update success and return response number '1'
   
   Actual behavior
   When update one record, update success and return response number '0'
   
   My configure is the same as #3555, and update process is :
   String sql_update ="UPDATE t_encrypt SET content = xxx where pwd = xxx";
   int num = statement.executeUpdate(sql_update);
   

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