| Age | Commit message (Collapse) | Author |
|
Add warning that PessimisticLockBehavior is unsafe
|
|
Since it uses ReaderWriterLockSlim, it gets tripped up if the transaction
is continued across an await boundary on a different thread.
|
|
Using ExecuteAndCapture (and the async version) requires something to manage the captured exception, which we don't do. Errors would be silently dropped and the writes/deletes treated as if they succeeded.
|
|
|
|
fix: in optimistic locking, key off table is locked
Original-merge: b5f0199a25cc221ff86d112ed6968a5352277e32
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
|
|
|
|