Azuredatastudio: Results grid does not show results

Created on 29 Nov 2019  路  3Comments  路  Source: microsoft/azuredatastudio

Issue Type: Bug

A select query, nor insert/update/delete does not show results on the results tab. And also not showing in the messages tab

Azure Data Studio version: azuredatastudio-insiders 1.14.0-insider (39e6b9933d98002ce10ffa74f69e7d85d7df130b, 2019-11-27T21:06:43.843Z)
OS version: Windows_NT x64 10.0.18362


System Info

|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz (8 x 3408)|
|GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled|
|Load (avg)|undefined|
|Memory (System)|15.88GB (4.76GB free)|
|Process Argv||
|Screen Reader|no|
|VM|0%|

Extensions (1)

Extension|Author (truncated)|Version
---|---|---
vim|vsc|1.9.0


Area - Query Editor Bug Needed

All 3 comments

Update: just opened a new query and executed the same query - results was shown.
It seems the results isn't shown for scripts being stored on a disk.
Also the status line correctly displays the number of selected rows

@anthonydresser this is likely related to the query editor refactor. I also don't see any results when running a query with a saved .SQL file. Could you please take a look?

Here is an exception from the dev console. Not sure if it's related:

Users/karlb/AppData/Local/Programs/Azure Data Studio - Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:6028 Uncaught TypeError: Cannot read property 'onResultSet' of undefined
    at j.set queryRunner [as queryRunner] (Users/karlb/AppData/Local/Programs/Azure Data Studio - Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:6028)
    at S.set queryRunner [as queryRunner] (Users/karlb/AppData/Local/Programs/Azure Data Studio - Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:6049)
    at S.onShow (Users/karlb/AppData/Local/Programs/Azure Data Studio - Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:6049)
    at h.showTab (Users/karlb/AppData/Local/Programs/Azure Data Studio - Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:1213)
    at HTMLDivElement.<anonymous> (Users/karlb/AppData/Local/Programs/Azure Data Studio - Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:1211)

I found the issue, It's related to the serialization stuff. I'll get a fix out soon and it should be in tonight's insiders.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jacobzed picture jacobzed  路  3Comments

jsmith8858 picture jsmith8858  路  3Comments

squillace picture squillace  路  3Comments

erickangMSFT picture erickangMSFT  路  3Comments

ottadvantage picture ottadvantage  路  3Comments