-
Notifications
You must be signed in to change notification settings - Fork 94
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
M2M without on_conflict #1046
Comments
@Forceres There was a PR for it, but it never took off. Maybe @dantownsend has a better way to solve that problem. As you can see in that PR, it's just a few lines of code (with combination of unique constraints in |
A lot of vital PRs were not merged. What a pity! |
I second this requirement. @dantownsend Is there any reason this PR is not validated ? Could you please share any strategy on sorting/accepting PR This is a big win PR as it's small code, fast to review/confirm it doesnt introduce no edge-case, and the benefit are majors:
Therefore having duplicates doesnt serve well the quality of this lib that has been quoted as "production-ready" on some thread... Best regards, |
Many old issues that must be in production-ready ORM are not resolved yet (for instance, reversed relationships). I was forced to move to SQLAlchemy. |
I think that on_conflict part in add_m2m would be very useful for avoiding duplicates in m2m, why it isn't supported yet?
The text was updated successfully, but these errors were encountered: