ma1562013338 opened a new issue #4760: Setting SQL timeout time in mybatis does 
not take effect after sharding- JDBC 4.0.0-RC2 is used
URL: https://github.com/apache/incubator-shardingsphere/issues/4760
 
 
   ## Bug Report
   
   Setting SQL timeout time in mybatis does not take effect after sharding- 
JDBC 4.0.0-RC2 is used
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ShardingSphere did you use?
   sharding- JDBC 4.0.0-RC2
   ### Which project did you use? Sharding-JDBC or Sharding-Proxy?
   Sharding-JDBC
   ### Expected behavior
   The SQL setup timeout should take effect
   ### Actual behavior
   The SQL timeout does not take effect after sharding- JDBC is used
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).
   ` <select id="testTimeout" resultType="int" timeout="3">
           select sleep(10);
       </select>`

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to