-
Notifications
You must be signed in to change notification settings - Fork 617
Incoming relationships must be set on both sides to actually persist #2264
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
Comments
Thanks for reporting this. Can you please provide the Spring Data Neo4j version you are using? |
Spring Boot Version: 2.4.5 |
After a short period thinking about this, I think that there is nothing we can do about the initial problem you have.
|
Thought again about this and came to the conclusion that my plan, to break the current implementation with my assumption above, won't work (and consequentially not break anything). |
That does make sense, thank you for the great explanation! |
Glad it helped. |
With the given setup, the test only passes if I have both
actor.movies.add(movie)
ANDmovie.actors.add(actor)
. I would expect thatactor.movies.add(movie)
would be sufficient.The text was updated successfully, but these errors were encountered: