Bug #65525 | Request for cascaded delete query builder | ||
---|---|---|---|
Submitted: | 5 Jun 2012 17:53 | Modified: | 13 Jun 2013 23:28 |
Reporter: | Brandon Johnson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S4 (Feature request) |
Version: | Any | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | cascade, constraints, delete, fkey, foreign key, references |
[5 Jun 2012 17:53]
Brandon Johnson
[13 Jun 2013 23:28]
Philip Olson
Fixed as of the upcoming MySQL Workbench 6.0.2 public beta release, and here's the changelog entry: New "Delete with References" and "Select with References" options were added. The "DELETE" version will generate a series of "DELETE" statements needed to delete a row from a table that includes rows from other tables that reference it, recursively. The "SELECT" version allows you to preview what rows would be deleted. Thank you for the bug report.