Skip to content

Commit

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

Fixes dotnet#31448

(cherry picked from commit d2f824a)
  • Loading branch information
dsgordeev authored and roji committed Nov 17, 2023
1 parent 5d1235a commit ed8364f
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 @@ protected virtual Expression VisitNonQuery(NonQueryExpression nonQueryExpression
state.commandSource),
cancellationToken);
},
null);
null,
relationalQueryContext.CancellationToken);
}
finally
{
Expand Down

0 comments on commit ed8364f

Please sign in to comment.