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

Is this connector supports XA Transactions that work with TransactionScope? #240

Closed
shisoft opened this issue Apr 14, 2017 · 5 comments
Closed

Comments

@shisoft
Copy link

shisoft commented Apr 14, 2017

We are working on the project that require distributed transaction feature. TransactionScope seems convenient and feasible but it require the underlying connector to work with it. It seems XA Transactions is built for this job on server but I did't see any actual implementation in this connector. I am not sure wether it is supported in other way so I opened this issue for a an answer.

This is a yes no question if the answer is no, that is fine we can totally use raw sql to do it on our own.

Thanks for your attention

@shisoft shisoft changed the title Does this driver supports XA Transactions that work with TransactionScope? Is this connector supports XA Transactions that work with TransactionScope? Apr 14, 2017
@bgrainger
Copy link
Member

This connector does not currently support XA Transactions. Issue #13 (not yet implemented) tracks the use of TransactionScope (for .NET platforms that support it).

Thanks for bringing XA Transactions to my attention; I'll make a note to investigate them when implementing TransactionScope support.

@yukozh
Copy link

yukozh commented Apr 14, 2017

@bgrainger, Shisoft is a member of Pomelo Foundation. We need this feature now for our new project, is there any plans to implement this?

@bgrainger
Copy link
Member

@kagamine I have another client that needs TransactionScope support, so it's high on my priority list to implement. I've just added it to the 1.0 milestone.

@shisoft
Copy link
Author

shisoft commented Apr 14, 2017

@bgrainger Great to hear that. Thanks.

@bgrainger
Copy link
Member

@kagamine @shisoft FYI opened #241 to add TransactionScope support using XA Transactions.

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

No branches or pull requests

3 participants