Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GH-8471] reintroduce partial #11648

Closed
wants to merge 2 commits into from

Conversation

beberlei
Copy link
Member

@beberlei beberlei commented Oct 9, 2024

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:

@beberlei beberlei requested a review from greg0ire October 9, 2024 15:11
@beberlei beberlei changed the base branch from 3.2.x to 3.3.x October 9, 2024 15:12
@beberlei beberlei closed this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant