You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: