Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 141740f

Browse files
committed
Merge branch 'release/7.0' into release/8.0
2 parents 0386645 + e6291bf commit 141740f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/EFCore.Relational/Query/RelationalShapedQueryCompilingExpressionVisitor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ private static Task<int> NonQueryResultAsync(
201201
state.commandSource),
202202
cancellationToken);
203203
},
204-
null);
204+
null,
205+
relationalQueryContext.CancellationToken);
205206
}
206207
finally
207208
{

0 commit comments

Comments
 (0)