Bug #35262 | Validating double identifiers doesn't seem to work... | ||
---|---|---|---|
Submitted: | 13 Mar 2008 9:01 | Modified: | 8 Apr 2008 14:32 |
Reporter: | Gert van de Venis | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 5.0.15 RC | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | double identifiers, validating, Validation |
[13 Mar 2008 9:01]
Gert van de Venis
[13 Mar 2008 9:02]
Gert van de Venis
This shows the example database wherein the problem is laid out
Attachment: Failing DuplicateIdentifiers.PNG (image/png, text), 96.68 KiB.
[13 Mar 2008 13:00]
MySQL Verification Team
Thank you for the bug report.
[19 Mar 2008 8:42]
Gert van de Venis
The problem still exists in the release candidate
[1 Apr 2008 16:15]
Maksym Yehorov
Fixed
[1 Apr 2008 18:43]
Johannes Taxacher
validation checks and reports identical FK names now (checked in SVN Rev 2917)
[1 Apr 2008 18:43]
Johannes Taxacher
validation checks and reports identical FK names now (checked in SVN Rev 2917)
[8 Apr 2008 14:32]
MC Brown
A note has been added to the 5.0.17 changelog: When creating foreign key relationships that point to more than one table, the same foreign key identifier for the same table could be created. This would create invalid SQL code for creating the table.