-
Notifications
You must be signed in to change notification settings - Fork 32
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
unique_constraint not working #202
Comments
SQLite does not tell you which constraint has been violated, so it's not possible to properly complete the Ecto error response. This is not a great answer, but I'm at a loss for how to improve on it. Suggestions? |
I don't have the necessary knowledge about SQLite to think in a correct solution sorry. But a possible workaround could be to use |
The follow is what I get from running ecto integration. I think the error message does tell which constraint has been violated.
|
As noted in the recently-updated README, I am no longer able to actively maintain this project due to some other life circumstances. I'll review a patch if one comes or transfer ownership to a new maintainer if somebody signals an interest in taking over. |
As pointed out on README
unique_constraint
doesn't work as expected (modifying changeset errors) and instead raising an exception.There are any plans to implement or improve this or it's totally impossible to give support for this validation because SQLite special characteristics?
The text was updated successfully, but these errors were encountered: