Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marten Serializable Transaction #986

Open
bradyclifford opened this issue Feb 15, 2017 · 1 comment
Open

Marten Serializable Transaction #986

bradyclifford opened this issue Feb 15, 2017 · 1 comment

Comments

@bradyclifford
Copy link

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
Copy link
Author

From 13.2.3. Serializable Isolation Level:

applications using this level must be prepared to retry transactions due to serialization failures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant