From a5582889bfa572c60381ad5e544279ee8814c7ae Mon Sep 17 00:00:00 2001 From: Benjamin Russell Date: Fri, 5 Aug 2016 15:11:58 -0700 Subject: [PATCH] Forgot to make corresponding changes in other files --- .../QueryExecution/QueryExecutionService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/QueryExecutionService.cs b/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/QueryExecutionService.cs index d8ff0811..e9f0ba1a 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/QueryExecutionService.cs +++ b/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/QueryExecutionService.cs @@ -99,7 +99,7 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution { // Attempt to load the query Query query; - if (!ActiveQueries.TryGetValue(subsetParams.OwnerId, out query)) + if (!ActiveQueries.TryGetValue(subsetParams.OwnerUri, out query)) { var errorResult = new QueryExecuteSubsetResult {