-
Notifications
You must be signed in to change notification settings - Fork 616
Problem with multiple bidirectional relationships and nodes. #2191
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Could you provide a minimal reproducer for your problem?
|
Hi @meistermeier, There are two main endpoints:
creates the LIKES relationship You can ignore the rest of the endpoints.
Watching the attached image: if you try to create |
Thanks for your endurance. |
@michael-simons was so kind, took already a look at the transactions and fixed the multiple rollbacks in 274df96 |
Resolved with the merge of #2195 |
Hi guys, I apologise if I am stubborn.
I posted this issue a few days ago and you quickly saw the error in the creation of the query but I think there is some underlying error in the internal logic because after upgrading to version 6.0.6 the error persists.
I have to add that I am also concerned that the transaction rollback fails and I wonder if this is also an issue.
The code is almost the same. I just changed the
name
field touserName
to avoid the bug in the query.And also the example is the same.
AAAA
is already likingBBBB
but it crashes whenBBBB
is trying to likeAAAA
.This is the complete trace when
save
method is called:The text was updated successfully, but these errors were encountered: