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
MySQL supports the SQL Standard for savepoints: https://dev.mysql.com/doc/refman/8.0/en/savepoint.html. SqlClient and Npgsql expose APIs for this their DbTransaction implementation, and dotnet/runtime#33397 tracks adding the relevant APIs in System.Data.
The text was updated successfully, but these errors were encountered:
Add transaction savepoint API. Fixes #775
0535cb5
cfbe800
a395d46
Added in 0.63.0.
Sorry, something went wrong.
No branches or pull requests
roji commentedMar 9, 2020
MySQL supports the SQL Standard for savepoints: https://dev.mysql.com/doc/refman/8.0/en/savepoint.html. SqlClient and Npgsql expose APIs for this their DbTransaction implementation, and dotnet/runtime#33397 tracks adding the relevant APIs in System.Data.
The text was updated successfully, but these errors were encountered: