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/03/26 01:39:20 UTC

[GitHub] [incubator-shardingsphere] ma1562013338 edited a comment on issue #4760: Setting SQL timeout time in mybatis does not take effect after sharding- JDBC 4.0.0-RC2 is used

ma1562013338 edited a comment on 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#issuecomment-604177958
 
 
   @terrymanu I hope the timeout time set by mybatis is valid. Such as:
   
   1. 
   `<configuration>
       <settings>
           <setting name="defaultStatementTimeout" value="20"/>
       </settings>
   </configuration>
   `
   
   2. 
   `<select id="test" timeout="10" resultType="xxx">
           select * from tableName
       </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:
users@infra.apache.org


With regards,
Apache Git Services