Allow to disable auto-transactions for stored procedures mapped to CUD operations
Open
area-model-building
area-save-changes
area-sprocs
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
Some sprocs cannot be executed in a transaction. These need a configuration flag that will affect SaveChanges and the execution strategy.
Current workaround is to use a transaction interceptor.
Split off from https://github.com/dotnet/efcore/issues/245
Contributor guide
Assessment
This issue has not been assessed yet.