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

Mark subscribers association as extra lazy. #306

Merged
merged 1 commit into from
May 31, 2019
Merged

Conversation

xh3n1
Copy link
Collaborator

@xh3n1 xh3n1 commented May 31, 2019

Summary

Useful for: phpList/rest-api#116
The "count" function on the collection can be called without triggering a full load of the collection in the memory. More info: https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/tutorials/extra-lazy-associations.html

Signed-off-by: Xheni Myrtaj [email protected]

The "count" on the collection can be called without triggering a full load of the collection in the memory.

Signed-off-by: Xheni Myrtaj <[email protected]>
@oliverklee oliverklee merged commit 96d68b5 into master May 31, 2019
@oliverklee oliverklee deleted the fetch-extra-lazy branch May 31, 2019 15:16
xh3n1 added a commit that referenced this pull request Jun 4, 2019
The "count" on the collection can be called without triggering a full load of the collection in the memory.

Signed-off-by: Xheni Myrtaj <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants