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

[Rich Experience] Blank Result Pane After SELECT #18329

Open
EdCallahan opened this issue Oct 29, 2024 · 1 comment
Open

[Rich Experience] Blank Result Pane After SELECT #18329

EdCallahan opened this issue Oct 29, 2024 · 1 comment

Comments

@EdCallahan
Copy link

EdCallahan commented Oct 29, 2024

  • MSSQL Extension Version: 1.25.0
  • VSCode Version: 1.94.2
  • OS Version: Win 11

Running some combinations of multiple SQL commands in the same Execute seems to cause an empty Results pane. I've notice that running two SELECT statements in the same Execute seems to work, but combing a USE or DROP TABLE along with the SELECT in the same execute causes the Results page to be blank.

For example:

  1. "SELECT count(*) from dbo.Numbers"returns a result
  2. "Use Utilities; GO; SELECT count(*) from dbo.Numbers" causes a blank Results pane
EmptyResultPane720_pt3.mp4
@EdCallahan EdCallahan changed the title [Enhanced Experience] Blank Result Pane After SELECT [Rich Experience] Blank Result Pane After SELECT Oct 29, 2024
@caohai caohai self-assigned this Oct 29, 2024
@caohai caohai added this to the November 2024 Release milestone Oct 29, 2024
@caohai
Copy link
Member

caohai commented Oct 29, 2024

Thanks for creating the issue! I can confirm the repro, will take a look.

@Benjin Benjin added User-filed Filed by a public user Pri: 0 Priority 0 labels Nov 8, 2024
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