mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
AnnotationDriver handles field mappings differently #5066
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 @dylanschoenmakers on GitHub (Mar 29, 2016).
Originally assigned to: @ostrolucky on GitHub.
A problem with a mapped superclass led me to this piece of code that conditionally maps fields in the
loadMetadataForClassmethod in the AnnotationDriver. See commit09a48a896eOther drivers like yaml or xml don't have these conditions, or not that I can see. Does anyone have more information about this or has encountered the same problems with overriding field mappings with annotations?
@ostrolucky commented on GitHub (Aug 6, 2018):
See referenced issue DDC-34 = https://github.com/doctrine/doctrine2/issues/4198
@mpdude commented on GitHub (Jan 25, 2023):
👀 needed regarding this in #10455