mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2025-12-06 05:56:10 +00:00
Fix multiples requests with same context
This commit is contained in:
@@ -59,6 +59,7 @@ namespace EntityFrameworkCore.Projectables.Services
|
||||
[return: NotNullIfNotNull(nameof(node))]
|
||||
public Expression? Replace(Expression? node)
|
||||
{
|
||||
_disableRootRewrite = false;
|
||||
var ret = Visit(node);
|
||||
|
||||
if (_disableRootRewrite)
|
||||
|
||||
Reference in New Issue
Block a user