[PR #195] [CLOSED] nonemptyComponents not right populated #7839

Open
opened 2026-01-22 15:57:08 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/195
Author: @goetas
Created: 11/16/2011
Status: Closed

Base: masterHead: emptycomp


📝 Commits (3)

  • 95dac06 If there is isMetaColumn mapping, nonemptyComponents not right populated
  • d9cb329 Test added to check nonemptycomponents with entity that uses associationKeys
  • 219a76d tabs

📊 Changes

4 files changed (+112 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php (+3 -1)
tests/Doctrine/Tests/Models/Buildings/Hotel.php (+44 -0)
tests/Doctrine/Tests/Models/Buildings/Room.php (+43 -0)
📝 tests/Doctrine/Tests/ORM/Hydration/ObjectHydratorTest.php (+22 -0)

📄 Description

If there is isMetaColumn mapping, nonemptyComponents not right populated


🔄 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/195 **Author:** [@goetas](https://github.com/goetas) **Created:** 11/16/2011 **Status:** ❌ Closed **Base:** `master` ← **Head:** `emptycomp` --- ### 📝 Commits (3) - [`95dac06`](https://github.com/doctrine/orm/commit/95dac06afc5d19c97333d69c5aac4ea7b2319718) If there is isMetaColumn mapping, nonemptyComponents not right populated - [`d9cb329`](https://github.com/doctrine/orm/commit/d9cb3291b9013b567fdbfbc05b5d33f46d423560) Test added to check nonemptycomponents with entity that uses associationKeys - [`219a76d`](https://github.com/doctrine/orm/commit/219a76d875c79fa9a91fbdd9abb7104a2e4e1317) tabs ### 📊 Changes **4 files changed** (+112 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php` (+3 -1) ➕ `tests/Doctrine/Tests/Models/Buildings/Hotel.php` (+44 -0) ➕ `tests/Doctrine/Tests/Models/Buildings/Room.php` (+43 -0) 📝 `tests/Doctrine/Tests/ORM/Hydration/ObjectHydratorTest.php` (+22 -0) </details> ### 📄 Description If there is isMetaColumn mapping, nonemptyComponents not right populated --- <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 15:57:08 +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#7839