Skip to content

Commit

Permalink
Merge in 'release/7.0' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Nov 21, 2023
2 parents 521fb01 + e6291bf commit ec0d745
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ private static Task<int> NonQueryResultAsync(
state.commandSource),
cancellationToken);
},
null);
null,
relationalQueryContext.CancellationToken);
}
finally
{
Expand Down

0 comments on commit ec0d745

Please sign in to comment.