Skip to content

Commit

Permalink
[release/7.0] Fix to #31448 Use token for NonQueryResultAsync (#31449) (
Browse files Browse the repository at this point in the history
#32334)

Fixes #31448

(cherry picked from commit d2f824a)

Co-authored-by: Gordeev Dmitry <dmitrii.gordeev@redlab.dev>
  • Loading branch information
roji and dsgordeev authored Nov 21, 2023
1 parent 5d1235a commit e6291bf
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 e6291bf

Please sign in to comment.