Skip to content

Cannot properly display result of the query if there is long running SQL script in another tab, #19098

Open
@mmichtch

Description

@mmichtch
  • MSSQL Extension Version: 1.30.0
  • VSCode Version: 1.99.1
  • OS Version: Windows 11

Steps to Reproduce:

  1. Open new tab and create sql script with big output ( loop printing iteration number) and run it. Make sure it will run for some time.
  2. Open second new tab and create sql query which will complete quicky.
  3. Run query in the second window.
  4. The result of the second query will show for a short time and will be replaced with the result from the first window.
  5. this will continue to happen until script in the first window finished.
  6. after both scripts are completed application works as expected: swathing tab will case to display appropriate result for each script.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions