Forgot to make corresponding changes in other files

This commit is contained in:
Benjamin Russell
2016-08-05 15:11:58 -07:00
parent a06003c966
commit a5582889bf

View File

@@ -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
{ {