mikependon / RepoDB

A hybrid ORM library for .NET.
Apache License 2.0
1.68k stars 122 forks source link

Issue 1159 - Bug: Exception "A transaction is already in progress; nested/concurrent transactions aren't supported." when using explicit transaction with PostgreSQL bulk operations #1159 #1170

Closed RodolfoFerreira closed 4 months ago

RodolfoFerreira commented 4 months ago

PR for fixing bug of throwing exception when using explicit transaction for bulk operations https://github.com/mikependon/RepoDB/issues/1159

mikependon commented 4 months ago

Thanks for this PR. 👍