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
Fixes [#31448](#31448)
  • Loading branch information
dsgordeev committed Sep 25, 2023
1 parent 9fcee1c commit d2f824a
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 @@ protected virtual Expression VisitNonQuery(NonQueryExpression nonQueryExpression
state.commandSource),
cancellationToken);
},
null);
null,
relationalQueryContext.CancellationToken);
}
finally
{
Expand Down

0 comments on commit d2f824a

Please sign in to comment.