mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Forgot to make corresponding changes in other files
This commit is contained in:
@@ -99,7 +99,7 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution
|
|||||||
{
|
{
|
||||||
// Attempt to load the query
|
// Attempt to load the query
|
||||||
Query query;
|
Query query;
|
||||||
if (!ActiveQueries.TryGetValue(subsetParams.OwnerId, out query))
|
if (!ActiveQueries.TryGetValue(subsetParams.OwnerUri, out query))
|
||||||
{
|
{
|
||||||
var errorResult = new QueryExecuteSubsetResult
|
var errorResult = new QueryExecuteSubsetResult
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user