mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Many-To-Many, Self-referencing SQL generating issue #5501
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @evgenoid on GitHub (Apr 18, 2017).
I have described two fields at the BalanceStatement model:
And join it at query builder:
SQL generated as:
but expected SQL should be:
@szymach commented on GitHub (Apr 18, 2017):
If I am looking correctly, you did not provide the second join call in the query builder?
@beberlei commented on GitHub (Dec 8, 2020):
Closed due to lack of details.