doctrine/orm

DDC-813: Validate Schema should complain on bi-directional relationships with mapped superclasses

Offen

#5.331 geöffnet am 21.09.2010

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)PHP (2.539 Forks)batch import
HacktoberfestImprovement

Repository-Metriken

Stars
 (10.176 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 29T 6h) (13 gemergte PRs in 30 T)

Beschreibung

Jira issue originally created by user @beberlei:

@ManyToOne and @OneToOne on a class that is defined as a mapped superclasses have to be unidirectional. The Schema Validator should verify this is the case.

Contributor Guide