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

Open
opened 2026-01-22 12:23:53 +01:00 by admin · 0 comments
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:53 +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#1