mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3296: JoinColumns seems to only populate one JoinColumn #4075
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 @doctrinebot on GitHub (Sep 4, 2014).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user hackzilla:
I have two entities that are linked via two properties (trackingClickId and trackingSiteId).
However it seems to miss the second JoinColumn.
{quote}
[Mapping] FAIL - The entity-class '...\Entity\SaleData' mapping is invalid:
{quote}
I have been poking around in Doctrine\ORM\Tools\SchemaValidator (L:215).
@vinise commented on GitHub (Mar 28, 2016):
Any update about this bug?
Thanks :)
@drupol commented on GitHub (Dec 2, 2020):
I just tested with doctrine/orm 2.8.x-dev and this demo repo I cannot reproduce the issue.
I guess this can be closed.