madelson/DistributedLock

Support within-connection/transaction locks

Closed this issue · 0 comments

Right now, each sql lock creates a new connection. We could additionall offer constructors taking in a DbConnection / DbTransaction. In this case, disposal would call release instead of just closing the connection