-
Notifications
You must be signed in to change notification settings - Fork 932
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
Cannot execute a query #3868
Comments
@romanovmv does the UI freeze or clicking the "Execute" button just doesn't do anything? Do you know if there are any additional repro steps, such as canceling a previously executing query or something like that? |
@kburtram it does nothing, I've attached a sample video. But normally it's stuck for ~10-30 seconds. I've also noticed that it happens mostly when working on our US servers (ping from Australia is about 200ms). |
Could be related to #2694 |
related to #3627 |
This issue has been addressed in the latest insiders build, closing as resolved. |
Issue Type: Bug
Query window ocasionally stops responding to Execute query command, meanwhile the following queries can be traced via SQL Profiler:
exec sp_executesql N'select c.definition,convert(bit,OBJECTPROPERTY(c.object_id,N''ExecIsQuotedIdentOn'')) from [OmniMeta].sys.sql_modules c where c.object_id = @_msparam_0',N'@_msparam_0 nvarchar(4000)',@_msparam_0=N'303808640'
Those queries are initiated by sqlops-languageService application. Looks like it's a part ob built in intellisense running synchronously under the same SPID?
Azure Data Studio version: Azure Data Studio 1.3.9 (cacf077, 2019-01-14T23:17:16.459Z)
OS version: Darwin x64 18.2.0
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Extensions (2)
The text was updated successfully, but these errors were encountered: