[PR #458] Use cascade=all if all cascade options set #8231

Closed
opened 2026-01-22 15:58:59 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/458

State: closed
Merged: Yes


The YAML and XML metadata exporters output cascade=all if all five cascade options are set. The php and annotation exporter do not, they output cascade=list of all 5 cascades instead.

In order that all 4 exporters offer the same behavior, I updated the php and annotations exporters so that they export cascade=all

**Original Pull Request:** https://github.com/doctrine/orm/pull/458 **State:** closed **Merged:** Yes --- The YAML and XML metadata exporters output cascade=all if all five cascade options are set. The php and annotation exporter do not, they output cascade=list of all 5 cascades instead. In order that all 4 exporters offer the same behavior, I updated the php and annotations exporters so that they export cascade=all
admin added the pull-request label 2026-01-22 15:58:59 +01:00
admin closed this issue 2026-01-22 15:58:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8231