mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #11648] [GH-8471] reintroduce partial #13158
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?
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: