You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue includes common support for query timeout as well as cancelling ones (manually or by time expiration).
Some related methods which depend on this issue are Statement.setQueryTimeout; Statement.cancel; Statement.close; Conection.abort (see #71); Conection.close; Conection.isValid (see #75);