Npgsql.Bulk icon indicating copy to clipboard operation
Npgsql.Bulk copied to clipboard

The configured execution strategy does not support user-initiated transactions.

Open kgib91 opened this issue 4 years ago • 0 comments

System.InvalidOperationException: The configured execution strategy 'NpgsqlRetryingExecutionStrategy' does not support user-initiated transactions. Use the execution strategy returned by 'DbContext.Database.CreateExecutionStrategy()' to execute all the operations in the transaction as a retriable unit.

kgib91 avatar May 25 '21 19:05 kgib91