[PR #996] [CLOSED] [DDC-3027] Embedded in MappedSuperclass #9012

Open
opened 2026-01-22 16:02:46 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/996
Author: @coma
Created: 3/31/2014
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 6e60a19 Avoid duplicated mapping using Embedded in MappedSuperclass
  • 5d3f931 Merge remote-tracking branch 'upstream/master'

📊 Changes

2 files changed (+39 additions, -6 deletions)

View changed files

📝 lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php (+9 -6)
📝 tests/Doctrine/Tests/ORM/Functional/ValueObjectsTest.php (+30 -0)

📄 Description

The fields from the MappedSuperclass embedded properties are getting mapped directly into the MappedSuperclass fields causing the error.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/996 **Author:** [@coma](https://github.com/coma) **Created:** 3/31/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`6e60a19`](https://github.com/doctrine/orm/commit/6e60a1902b8144ab4b90860408540ddc0c5b5c31) Avoid duplicated mapping using Embedded in MappedSuperclass - [`5d3f931`](https://github.com/doctrine/orm/commit/5d3f9310c405da9bd828037fa52d8f957e4d54b5) Merge remote-tracking branch 'upstream/master' ### 📊 Changes **2 files changed** (+39 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php` (+9 -6) 📝 `tests/Doctrine/Tests/ORM/Functional/ValueObjectsTest.php` (+30 -0) </details> ### 📄 Description The fields from the MappedSuperclass embedded properties are getting mapped directly into the MappedSuperclass fields causing the error. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:02:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9012