-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
🐛 Self transation cannot be resolved. #489
Comments
There is test for many-to-many relation |
Hi @roxblnfk, I found that when the Does it make sense that the HasMany relation must explicitly know whether the targeting entity allows null or not? |
Hi
At the ORM level, we declare relationships, not table columns. However, it seems odd that the |
Hi, Either way, it is great that it is not an intended behaviour and it should not change anything in the persisting process. I will dig deeper and try to provide a solution. I will start with the testcase. |
No duplicates 🥲.
What happened?
Hi,
I am getting a following error when persisting a self referencing entitiy, such as following:
Error message:
It seems that the ORM is having trouble understanding the selfReferencing relation.
Version
The text was updated successfully, but these errors were encountered: