Description
Query may have execution timeout limit on server. In this case exception will be just SQLException not a SQLTimeoutException.
JDBC do not make driver throw SQLTimeoutException in this case but it would be good to fix for consistency and better error handling.
Description
Query may have execution timeout limit on server. In this case exception will be just
SQLExceptionnot aSQLTimeoutException.JDBC do not make driver throw
SQLTimeoutExceptionin this case but it would be good to fix for consistency and better error handling.