mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
entityGenerator bugs #4950
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 @poolerMF on GitHub (Dec 20, 2015).
Originally assigned to: @Majkl578 on GitHub.
hello ... I'm trying to make custom ClassMetadataInfo .. and then generate entity
when I map oneToOne or oneToMany, there is automatically added joinColumns in mapping ...
in EntityGenerator, function generateAssociationMappingPropertyDocBlock ->
generating @JoinColumns should by ONLY in manyToOne or manyToMany association type ...
@poolerMF commented on GitHub (Dec 20, 2015):
next bug .. there is missing indexBy (in oneToMany association type)
in EntityGenerator, in function generateAssociationMappingPropertyDocBlock:
there should be:
@Majkl578 commented on GitHub (Dec 20, 2017):
EntityGenerator is going to be removed in Doctrine 3.0, sorry for no response and thanks for reporting.