Closed
Description
Bug Report
Q | A |
---|---|
BC Break | yes/no |
Version | 2.6.4 |
Summary
Since 2.6.4 using clear
over a collection using DEFERRED_EXPLICIT
will not create the corresponding DELETE
statements even when persisting the entity.
Introduced in #7758
Current behavior
Using clear
over a collection using DEFERRED_EXPLICIT
will not create the corresponding DELETE
statements even when persisting the entity.
How to reproduce
A failing test available in #7861
Expected behavior
Collection items should be removed for entities marked to be persisted.