DDC-1608: Lazy load more restrict when consuming PersistentCollection trigger actions to *Persisters #2023

Closed
opened 2026-01-22 13:37:48 +01:00 by admin · 3 comments
Owner

Originally created by @doctrinebot on GitHub (Jan 17, 2012).

Originally assigned to: @guilhermeblanco on GitHub.

Jira issue originally created by user @guilhermeblanco:

Since https://github.com/doctrine/doctrine2/pull/259 we identified an issue with the Persisters that are failing to check for entities that exist in UoW (managed and sched for insert) and are now being checked is they are part of Collection.
Also it missed some tests. It should be easy, just ->persist the entity then triggers Collection actions.

Originally created by @doctrinebot on GitHub (Jan 17, 2012). Originally assigned to: @guilhermeblanco on GitHub. Jira issue originally created by user @guilhermeblanco: Since https://github.com/doctrine/doctrine2/pull/259 we identified an issue with the Persisters that are failing to check for entities that exist in UoW (managed and sched for insert) and are now being checked is they are part of Collection. Also it missed some tests. It should be easy, just ->persist the entity then triggers Collection actions.
admin added the Bug label 2026-01-22 13:37:48 +01:00
admin closed this issue 2026-01-22 13:37:48 +01:00
Author
Owner

@doctrinebot commented on GitHub (Jan 18, 2012):

Comment created by @guilhermeblanco:

Fixed in d39760ba49

@doctrinebot commented on GitHub (Jan 18, 2012): Comment created by @guilhermeblanco: Fixed in https://github.com/doctrine/doctrine2/commit/d39760ba49418f42f235e9befe223896f11de4bd
Author
Owner

@doctrinebot commented on GitHub (Jan 18, 2012):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Jan 18, 2012): Issue was closed with resolution "Fixed"
Author
Owner

@doctrinebot commented on GitHub (Jan 18, 2012):

Comment created by @beberlei:

Merged back to 2.2

@doctrinebot commented on GitHub (Jan 18, 2012): Comment created by @beberlei: Merged back to 2.2
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#2023