-
Notifications
You must be signed in to change notification settings - Fork 617
Same node with double Relationship not saved correctly #2196
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 it. I can reproduce it and thinking about how to solve the problem. |
Relationship properties based relationships were overwritten due to multiple `MERGE` statements if they had the same target node.
Relationship properties based relationships were overwritten due to multiple `MERGE` statements if they had the same target node.
Fixed with merge of GH-2198 |
I have issue with saving node with multiple relationships (with diferent properties) with the same target node. Repository save() method only save last relationship.
To report this issue, I created this test case (test added to org.springframework.data.neo4j.integration.imperative.RepositoryIT.RelationshipProperties)
I try it with SDN 6.0.x and master branch.
The text was updated successfully, but these errors were encountered: