-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Ignoring concurrency check #1287
Comments
I am also working on this issue. Our solution is to enable OCC |
Duplicate of issue dotnet/efcore#10443 Leaving open to consider documenting workaround. |
Triage: We don't believe we should recommend the workaround described above. For now it is just a missing feature. If someone comes with another workaround we can consider it. |
Any suggestible work around? |
@santosh-kh Try implementing an |
Given i have set a concurrency token for an entity. In some cases (database commands) i don't matter the concurrency, i just want SQL commands to be executed without checking for concurrency token.
So, how can i Ignore concurrency check for special database operations?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: