DDC-677: Allow DQL DELETE statements to work with join table fk constraints #835

Open
opened 2026-01-22 12:52:11 +01:00 by admin · 1 comment
Owner

Originally created by @doctrinebot on GitHub (Jul 10, 2010).

Jira issue originally created by user @beberlei:

Currently DQL DELETE will break if any foreign key constraint restricts the delete.

Using the Metadata we can possibly detect these join table FK contstraints and delete them correctly.

Originally created by @doctrinebot on GitHub (Jul 10, 2010). Jira issue originally created by user @beberlei: Currently DQL DELETE will break if any foreign key constraint restricts the delete. Using the Metadata we can possibly detect these join table FK contstraints and delete them correctly.
admin added the New Feature label 2026-01-22 12:52:11 +01:00
Author
Owner

@doctrinebot commented on GitHub (Jul 10, 2010):

@doctrinebot commented on GitHub (Jul 10, 2010): - is referenced by [DDC-130: Cascading and @ManyToMany associations is broken](http://www.doctrine-project.org/jira/browse/DDC-130)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#835