mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1329: Documentation for @JoinColumn may be incorrect #1667
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 (Aug 13, 2011).
Originally assigned to: @lcobucci on GitHub.
Jira issue originally created by user djones:
The Documentation for @JoinColumn annotation states:
"This annotation is not required. If its not specified the attributes name and referencedColumnName are inferred from the table and primary key names."
However, this seems not to be correct. If you have non-standard name for the @Id columns for a @OneToMany/@ManyToMany the name and referencedColumnName are not correctly inferred.
https://gist.github.com/e61bf8f4462870ffd4f3
@malukenho commented on GitHub (Jan 5, 2017):
@Ocramius is not valid anymore, also gist is not available.
@lcobucci commented on GitHub (Jan 5, 2017):
@malukenho thanks 😉
Closing as
invalidsince documentation has already been updated.