Transaction now has limited support for PromotableSinglePhaseEnlistment
authorShay Rojansky <roji@eaglets.co.il>
Tue, 23 Oct 2012 00:17:41 +0000 (02:17 +0200)
committerShay Rojansky <roji@eaglets.co.il>
Wed, 24 Oct 2012 17:03:26 +0000 (19:03 +0200)
System.Transactions.Transaction is only partially implemented, and was lacking support for enlistments of type PromotableSinglePhaseEnlistment.
Specifically, this prevented usage of Npgsql with the ambient transactions feature (TransactionScope).


No differences found