mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #685] [CLOSED] Functional ticket for DDC-2484 #8556
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/685
Author: @TomHAnderson
Created: 6/3/2013
Status: ❌ Closed
Base:
master← Head:DDC-2484📝 Commits (2)
b6f7031Functional ticket for DDC-2484910724aRevised ticket to represent the lifecycle paths of lazy loaded entities📊 Changes
2 files changed (+225 additions, -1 deletions)
View changed files
📝
tests/Doctrine/Tests/Models/Company/CompanyCar.php(+1 -1)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2484Test.php(+224 -0)📄 Description
This PR represents different data paths through the ORM. When an entity is lazy loaded each field is loaded into proxies one at a time so the entity itself is never fetched from the database, only the data on the entity. This demonstrates how data lazy loaded through proxies does bypass the postLoad lifecycle event.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.