ma1562013338 commented 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: `<configuration> <settings> <setting name="defaultStatementTimeout" value="20"/> </settings> </configuration> <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: [email protected] With regards, Apache Git Services
