Skip to content

Commit e6291bf

Browse files
rojidsgordeev
andauthored
[release/7.0] Fix to #31448 Use token for NonQueryResultAsync (#31449) (#32334)
Fixes #31448 (cherry picked from commit d2f824a) Co-authored-by: Gordeev Dmitry <[email protected]>
1 parent 5d1235a commit e6291bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/EFCore.Relational/Query/RelationalShapedQueryCompilingExpressionVisitor.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ private static Task<int> NonQueryResultAsync(
200200
state.commandSource),
201201
cancellationToken);
202202
},
203-
null);
203+
null,
204+
relationalQueryContext.CancellationToken);
204205
}
205206
finally
206207
{

0 commit comments

Comments
 (0)