mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
One-To-One, Bidirectional: Unknown column #7402
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 @sh3bang on GitHub (Jul 18, 2024).
Hello,
i made two entities in one-to-one relation and get a "Unknown column" error when i query all rows in the following way
Unknown column 't5.id' in 'on clause':This way will work:
Entity/Foo.php
Entity/Bar.php
Using doctrine/orm
versions: 3.2.1