-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
api-needs-workAPI needs work before it is approved, it is NOT ready for implementationAPI needs work before it is approved, it is NOT ready for implementationarea-System.Datahelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors
Milestone
Description
The following potentially blocking APIs currently don't have async variants:
DbTransaction.Commit()
DbConnection.Close()
DbConnection.BeginTransaction()
DbTransaction.Rollback()
Ideally default implementations should be added to the base classes of the ADO.NET provider model which fallback to the sync implementations (following the same pattern we have for the other async methods) and proper async implementations should be added to SqlClient.
Related to dotnet/SqlClient#65.
benaadams, nil4, sqmgh, caleblloyd and roji
Metadata
Metadata
Assignees
Labels
api-needs-workAPI needs work before it is approved, it is NOT ready for implementationAPI needs work before it is approved, it is NOT ready for implementationarea-System.Datahelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors