Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result set pane not properly cleaned up after "Close All Editors" #18253

Open
kburtram opened this issue Oct 16, 2024 · 0 comments
Open

Result set pane not properly cleaned up after "Close All Editors" #18253

kburtram opened this issue Oct 16, 2024 · 0 comments

Comments

@kburtram
Copy link
Member

Steps to Reproduce:

  1. Open a bunch of SQL editors and run queries.
  2. Might need to have one currently executing, like a long running query
  3. Run "Close All Editors" from the "Open Editors" view toolbar in the Explorer pane.
     
    Expected: All the windows are closed, all the queries are cancelled, and the Query Results panel is empty.

Actual: The results panel contains the results from one of the queries and appears not be have been cleaned up properly. For example, see below. Also the messages had this error in it Query failed: Invalid attempt to call NextResult when reader is closed..

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants