Open EdCallahan opened 4 days ago
I was about to report the same.
If enableNewQueryResultFeature
is set as true, it shows nothing even when a query is being executed.
It should behaviour like the old one, telling you
Also for an empty table gets queried and written to a temporary table, the message pane also shows nothing, which could not tell what's wrong with the table in the first place.
@EdCallahan @Fred-Wu Thanks for reporting the bug. I can confirm the repro. I'll take a look at the issue.
for an empty table gets queried and written to a temporary table
@Fred-Wu Are you talking about something like this with source table being an empty table?
SELECT *
INTO #TempDestinationTable
FROM Source_Table
WHERE ...
@EdCallahan @Fred-Wu Thanks for reporting the bug. I can confirm the repro. I'll take a look at the issue.
for an empty table gets queried and written to a temporary table
@Fred-Wu Are you talking about something like this with source table being an empty table?
SELECT * INTO #TempDestinationTable FROM Source_Table WHERE ...
Yes. In the old interface, the message would show how many rows affected. But nothing appears in the new interface.
Steps to Reproduce:
Thanks for your work on this project, VSCode is a nice place to so SQL work.
https://github.com/user-attachments/assets/6ae73ef5-36c3-409a-b439-6c97365d58a8