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

add MySQL 8 check constraint error number #187

Conversation

petermueller
Copy link
Contributor

fixes #186
allows passing the ER_CHECK_CONSTRAINT_VIOLATED name for MyXQL.Error

https://dev.mysql.com/doc/mysql-errors/8.0/en/server-error-reference.html#error_er_check_constraint_violated

@wojtekmach wojtekmach merged commit ca3e4ad into elixir-ecto:master Jul 1, 2024
9 checks passed
@wojtekmach
Copy link
Member

Thank you!

@petermueller petermueller deleted the pkm/add-check-constraint-error-code-name branch July 1, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pass check constraint error number 3819 / ER_CHECK_CONSTRAINT_VIOLATED as a MyXQL.Error server error code
3 participants