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
ER_CHECK_CONSTRAINT_VIOLATED
MyXQL.Error
MySQL 8.0.16 added ER_CHECK_CONSTRAINT_VIOLATED which is signaled when a check constraint is violated.
https://dev.mysql.com/doc/mysql-errors/8.0/en/server-error-reference.html#error_er_check_constraint_violated
This error code number does not seem to conflict with MariaDB (afaict)
The text was updated successfully, but these errors were encountered:
Closing in favor of the PR.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
MySQL 8.0.16 added
ER_CHECK_CONSTRAINT_VIOLATED
which is signaled when a check constraint is violated.https://dev.mysql.com/doc/mysql-errors/8.0/en/server-error-reference.html#error_er_check_constraint_violated
This error code number does not seem to conflict with MariaDB (afaict)
The text was updated successfully, but these errors were encountered: