[PR #11648] [GH-8471] reintroduce partial #13158

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

Original Pull Request: https://github.com/doctrine/orm/pull/11648

State: closed
Merged: No


This reverts the decision to deprecate PARTIAL objects syntax and partial objects when created via DQL queries.

This decision was made, because with PHP 8.4 Lazy Objects it will give us the option to make a partial object into a lazy proxy as well that only loads missing columns onto the entity and makes it "full".

This functionality is not available yet in ORM 3.x, we will work on it in the near future and hopefully ship it with 8.4.

Related:

**Original Pull Request:** https://github.com/doctrine/orm/pull/11648 **State:** closed **Merged:** No --- This reverts the decision to deprecate PARTIAL objects syntax and partial objects when created via DQL queries. This decision was made, because with PHP 8.4 Lazy Objects it will give us the option to make a partial object into a lazy proxy as well that only loads missing columns onto the entity and makes it "full". This functionality is not available yet in ORM 3.x, we will work on it in the near future and hopefully ship it with 8.4. Related: * #8471 * #11647
admin added the pull-request label 2026-01-22 16:16:22 +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#13158