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

.NET 5.0 | Implement the ADO.NET transaction savepoint APIs #1256

Closed
roji opened this issue Sep 7, 2021 · 2 comments
Closed

.NET 5.0 | Implement the ADO.NET transaction savepoint APIs #1256

roji opened this issue Sep 7, 2021 · 2 comments
Labels
💡 Enhancement New feature request 🆕 Public API Use this label for new API additions to the driver.

Comments

@roji
Copy link
Member

roji commented Sep 7, 2021

SqlTransaction already exposes APIs for managing transactions, but matching general ones were introduced into System.Data in .NET 5.0. SqlClient mostly needs to just override these properties and call the existing logic.

@JRahnama
Copy link
Member

JRahnama commented Sep 8, 2021

Hi @roji, I don't think we can make this ready for the next release on September 20st, but we will look into this soon.

@JRahnama JRahnama added 💡 Enhancement New feature request 🆕 Public API Use this label for new API additions to the driver. labels Sep 8, 2021
@cheenamalhotra cheenamalhotra changed the title Implement the ADO.NET transaction savepoint APIs .NET 5.0 | Implement the ADO.NET transaction savepoint APIs Sep 17, 2021
@David-Engel
Copy link
Contributor

This was done as part of #1704

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 Enhancement New feature request 🆕 Public API Use this label for new API additions to the driver.
Projects
Development

No branches or pull requests

3 participants