microsoft / vscode-mssql

Visual Studio Code SQL Server extension.
Other
1.52k stars 455 forks source link

Data rows in the tables (output result) is empty when the number of tables (output) is huge. #1664

Open smshafa opened 4 years ago

smshafa commented 4 years ago

Issue Type: Bug

I run a SQL command with approximately 40 result tables in the output window. When I scroll down the Results window, the last tables' data are not shown. Last table results

Extension version: 1.9.0 VS Code version: Code 1.44.0 (2aae1f26c72891c399f860409176fe435a154b13, 2020-04-07T23:31:18.860Z) OS version: Windows_NT x64 10.0.17763

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz (4 x 2496)| |GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|7.89GB (0.44GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
abist commented 4 years ago

@smshafa This is an issue which is caused when there are a lot of results. If you click on a certain result or hover over it, they should appear. However, this is a valid issue.

ReeceGoding commented 1 month ago

I can confirm that this bug still exists. The fix of clicking on certain results doesn't work because this bug causes no results to show in the tables after the first few. Although you can see the columns for all of the tables, clicking on them does not make the rows appear.