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
Any open result_set objects that are associated with a cursor will be closed when cursor.close() is called. The previous behavior kept the result_set objects open for the whole session of the connection.