-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Cycle ManyToMany relation is not working #449
base: master
Are you sure you want to change the base?
Conversation
#439 is a related issue too |
@albertborsos how exactly does it fail? |
@samdark I modified the tests to make them fail. I get the exact same error in my application: |
yes, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it will be better to set ORM version to ^2.1.1
I just want to inform you to know that the ManyToMany relation is not working correctly even in this demo application.
(Or I use it wrong, because I can not solve this issue for days.)
I want to store multiple tags for posts. These tags maybe new, maybe already exists in the database. If it is new, then it works great. But if I want to assing an existing Tag to a new Post, it fails.
Related issue in Cycle ORM: cycle/orm#329
I also updated the tests for this demo app, because I did not understand how it could work here. But it is not working.