Bug #51053 | Crash upon generating SQL from ERR diagram | ||
---|---|---|---|
Submitted: | 10 Feb 2010 9:48 | Modified: | 16 Feb 2010 15:34 |
Reporter: | Darren Whitlen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S2 (Serious) |
Version: | 5.2.15 OSS Beta | OS: | Windows (Windows7) |
Assigned to: | Sergei Tkachenko | CPU Architecture: | Any |
Tags: | err, model, sql export |
[10 Feb 2010 9:48]
Darren Whitlen
[12 Feb 2010 9:57]
Sergei Tkachenko
Parser was fixed to workaround omitted default schema, but to get proper alter script, you still need to set default schema in the beginning of the script you provided. In your case it's: USE `mydb`; By the way, it also serves as a workaround to crash.
[15 Feb 2010 22:13]
Johannes Taxacher
fixed in repository as stated by developer
[16 Feb 2010 15:34]
Tony Bedford
An entry has been added to the 5.2.16 changelog: Using File, Export, Forward Engineer ALTER Script to export a model resulted in MySQL Workbench generating the exception AccessViolationException.