elixir-ecto / myxql

MySQL 5.5+ driver for Elixir
Apache License 2.0
273 stars 67 forks source link

add MySQL 8 check constraint error number #187

Closed petermueller closed 4 months ago

petermueller commented 4 months ago

fixes https://github.com/elixir-ecto/myxql/issues/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 commented 4 months ago

Thank you!