DDC-2: Proxies in UoW::_computeChangeSets #4

Closed
opened 2026-01-22 12:23:55 +01:00 by admin · 1 comment
Owner

Originally created by @doctrinebot on GitHub (Sep 9, 2009).

Jira issue originally created by user romanb:

When having a proxy object, say "PhonenumberProxy? extends Phonenumber", and its not yet loaded from the database I think an error occures in the UnitOfWork::_computeChangeSets function since it goes and retrieves that lazy load object value using an instance of "ReflectionProperty?". However with it being lazily loaded the value must be null.

Originally created by @doctrinebot on GitHub (Sep 9, 2009). Jira issue originally created by user romanb: When having a proxy object, say "PhonenumberProxy? extends Phonenumber", and its not yet loaded from the database I think an error occures in the UnitOfWork::_computeChangeSets function since it goes and retrieves that lazy load object value using an instance of "ReflectionProperty?". However with it being lazily loaded the value must be null.
admin added the Bug label 2026-01-22 12:23:55 +01:00
admin closed this issue 2026-01-22 12:23:56 +01:00
Author
Owner

@doctrinebot commented on GitHub (Oct 6, 2009):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Oct 6, 2009): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#4