DistributedLock icon indicating copy to clipboard operation
DistributedLock copied to clipboard

Add tests for TransactionScope.Current

Open madelson opened this issue 4 years ago • 0 comments

Add tests for presence of TransactionScope (Transaction.Current). In particular Postgres's transaction detection to avoid statement_timeout leaks and Multiplexing (what happens if the shared connection gets caught up in multiple transactions?). Seems like in Postgres this is a connection string option

madelson avatar Jan 13 '21 12:01 madelson