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
When closing a statement, when the result set wasn't completed yet, the current code will first close the result set, which can result in a DSQL_close being sent, followed by a DSQL_drop. Investigate if we can skip sending the DSQL_close in a clean way.
The text was updated successfully, but these errors were encountered:
Submitted by: @mrotteveel
When closing a statement, when the result set wasn't completed yet, the current code will first close the result set, which can result in a DSQL_close being sent, followed by a DSQL_drop. Investigate if we can skip sending the DSQL_close in a clean way.
The text was updated successfully, but these errors were encountered: