Marten Serializable Transaction
bradyclifford opened this issue · 1 comments
bradyclifford commented
Ability to execute a serializable transaction utilizing the existing Transactional Behavior.
This can be done by setting the IsolationLevel via the NpgsqlTransaction when a connection is made.
Please add this functionality to FubuMVC.Marten
so just an attribute or something similiar is added to the function, class in question and it will modify the transactional behavior.
bradyclifford commented
From 13.2.3. Serializable Isolation Level:
applications using this level must be prepared to retry transactions due to serialization failures