We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dotnet/runtime#35601 introduces DbException.SqlState for .NET 5.0, for standard 5-character error codes.
MySQL also implements SQLSTATE, as well as another, proprietary error code. SQLSTATE is already exposed on MySqlException, so this would simply be about cross-targeting to net5.0 and overriding DbException.SqlState.
The text was updated successfully, but these errors were encountered:
Implemented in caf7018 and shipped in 1.1.0.
Sorry, something went wrong.
No branches or pull requests
dotnet/runtime#35601 introduces DbException.SqlState for .NET 5.0, for standard 5-character error codes.
MySQL also implements SQLSTATE, as well as another, proprietary error code. SQLSTATE is already exposed on MySqlException, so this would simply be about cross-targeting to net5.0 and overriding DbException.SqlState.
The text was updated successfully, but these errors were encountered: