mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #10974] Remove partial object expression usage #12732
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/10974
State: closed
Merged: Yes
ORM 3.0 will remove partial objects, so we cannot use this internally in pagination anymore.
The subqueries for getting the rows will now include all columns of the entity. This might increase the memory usage for the queries being executed in their respective databases, but we are not sure as we are no experts in db query executions.
To get more feedback about this change we target this for 2.17 to roll it out as fast as possible.
Implementation was discussed with @mpdude and @greg0ire