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

Delegate to System.Data savepoint API when that becomes available #21120

Open
Tracked by #22959
roji opened this issue Jun 3, 2020 · 0 comments
Open
Tracked by #22959

Delegate to System.Data savepoint API when that becomes available #21120

roji opened this issue Jun 3, 2020 · 0 comments

Comments

@roji
Copy link
Member

roji commented Jun 3, 2020

dotnet/runtime#33397 will expose a transaction savepoint API in System.Data. We currently implement savepoints within EF Core without this, but once it becomes available and we target that TFM (presumably net5.0), we can modify EF Core to delegate to the ADO.NET provider if it supports it. We still need to retain the ability to support savepoints without support from the ADO.NET provider.

This would allow us to remove SqlServerTransaction, for example.

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

No branches or pull requests

3 participants