Closed gengdy1545 closed 2 months ago
Previously, we only considered the time elapsed during statement.executeQuery(). This is incorrect, executeQuery() may return before the query execution is complete.
Done.
Previously, we only considered the time elapsed during statement.executeQuery(). This is incorrect, executeQuery() may return before the query execution is complete.