Skip to content

Extend visitor of async provider to support ExecuteDelete and ExecuteUpdate #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

nevaldas
Copy link
Contributor

@nevaldas nevaldas commented Nov 9, 2023

Currently, when using EF7 ExecuteUpdateAsync or ExecuteDeleteAsync, it will fail that given method is not found. Reason is, that internally EntityRewriter visitor will change type from IQueryable to IEnumerable and then it will not match method's arguments, thus failing to find it.
This fixes the issue by simply skipping internal EntityRewriter and providing fake methods to call, because there's no implementation of those methods for IEnumerable.

@nevaldas
Copy link
Contributor Author

Is this project still alive or not anymore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant