Skip to content

Commit

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

0 comments on commit 141740f

Please sign in to comment.