[PR #690] [MERGED] [DDC-2494] Apply type conversion to meta columns #8565

Closed
opened 2026-01-22 16:00:32 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/690
Author: @FabioBatSilva
Created: 6/11/2013
Status: Merged
Merged: 6/12/2013
Merged by: @guilhermeblanco

Base: masterHead: DDC-2494


📝 Commits (3)

📊 Changes

4 files changed (+256 additions, -43 deletions)

View changed files

📝 lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php (+27 -36)
📝 lib/Doctrine/ORM/Persisters/BasicEntityPersister.php (+9 -3)
📝 lib/Doctrine/ORM/Query/ResultSetMapping.php (+9 -4)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2494Test.php (+211 -0)

📄 Description

http://www.doctrine-project.org/jira/browse/DDC-2494


🔄 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/690 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 6/11/2013 **Status:** ✅ Merged **Merged:** 6/12/2013 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `DDC-2494` --- ### 📝 Commits (3) - [`d685f59`](https://github.com/doctrine/orm/commit/d685f592fe7afacd99840680a6f12404d5e2ac59) Fix DDC-2494 - [`d961028`](https://github.com/doctrine/orm/commit/d961028b1443799a580bdc60437445a49c31b863) small optimization - [`c1e688f`](https://github.com/doctrine/orm/commit/c1e688fc812f68d0f68c2135d46303fdb22ea23a) drop useless support for associations ### 📊 Changes **4 files changed** (+256 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php` (+27 -36) 📝 `lib/Doctrine/ORM/Persisters/BasicEntityPersister.php` (+9 -3) 📝 `lib/Doctrine/ORM/Query/ResultSetMapping.php` (+9 -4) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2494Test.php` (+211 -0) </details> ### 📄 Description http://www.doctrine-project.org/jira/browse/DDC-2494 --- <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:00:32 +01:00
admin closed this issue 2026-01-22 16:00:33 +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#8565