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
If you have query results displayed in the results window and they are more than a page long then the window jumps back to the top result if you leave the document tab and come back. The easiest way to replicate this is to have a query that returns JSON in a column.
Run the query.
Scroll to the middle or end of the results in the results window.
Click on the JSON column to open it in a new editor window.
Close the new window and return to the SQL query.
The results window has jumped back to the top of the results. It should remain unchanged such that you are still looking at the row you previously clicked on.
This has a detrimental impact on functionality:
You have to keep track of which row(s) you're looking at if you switch away from the editor and back.
If the resultset is large then you have to continually scroll back to your previous location if you are examining columns in another window.
Extension version: 1.28.0
VS Code version: Code 1.97.1 (e249dada235c2083c83813bd65b7f4707fb97b76, 2025-02-10T13:13:58.153Z)
OS version: Windows_NT x64 10.0.26100
Modes:
The text was updated successfully, but these errors were encountered:
Type: Feature Request
If you have query results displayed in the results window and they are more than a page long then the window jumps back to the top result if you leave the document tab and come back. The easiest way to replicate this is to have a query that returns JSON in a column.
The results window has jumped back to the top of the results. It should remain unchanged such that you are still looking at the row you previously clicked on.
This has a detrimental impact on functionality:
Extension version: 1.28.0
VS Code version: Code 1.97.1 (e249dada235c2083c83813bd65b7f4707fb97b76, 2025-02-10T13:13:58.153Z)
OS version: Windows_NT x64 10.0.26100
Modes:
The text was updated successfully, but these errors were encountered: