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

EnlistTransaction(null) should unenlist #748

Open
bgrainger opened this issue Dec 9, 2019 · 1 comment
Open

EnlistTransaction(null) should unenlist #748

bgrainger opened this issue Dec 9, 2019 · 1 comment

Comments

@bgrainger
Copy link
Member

From npgsql/npgsql#1580

EnlistTransaction(null) should throw InvalidOperationException if the current transaction is still active, but should unenlist the connection from the transaction if the transaction has completed.

@bgrainger
Copy link
Member Author

There may actually be substantially more work required here to fix race conditions as demonstrated in npgsql/npgsql#1610.

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

No branches or pull requests

1 participant