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
The are conditions under which SQL-specific errors slip all the way to the client.
Example of what this can cause: #2340, reproduced in #2342.
We should either allow this in storage APIs, or fix MySQL implementation to wrap these errors into "generic" ones.
The text was updated successfully, but these errors were encountered:
Go's database/sql can return inconsistent errors on context cancelation: https://go.googlesource.com/go/+/go1.15.8/src/database/sql/sql.go#2144
database/sql
Sorry, something went wrong.
No branches or pull requests
The are conditions under which SQL-specific errors slip all the way to the client.
Example of what this can cause: #2340, reproduced in #2342.
We should either allow this in storage APIs, or fix MySQL implementation to wrap these errors into "generic" ones.
The text was updated successfully, but these errors were encountered: