This section documents all changes and bug fixes that have been applied since the release of 5.0.25.
Bugs fixed:
When attempting to export a model using the File, Export, Forward Engineer SQL CREATE Script menu item, Workbench crashed on clicking the wizard's Finish button. (Bug#39578)
The Copy Insert to Clipboard action generated SQL with lower case keywords. This was not consistent with the behavior of the Copy SQL to Clipboard action. (Bug#39477)
Renaming a table and then selecting Forward Engineer
SQL ALTER Script did not result in a
RENAME
statement. Instead,
DROP
and CREATE
statements
were generated.
(Bug#39256)
The script generated by the Export, Forward Engineer SQL CREATE Script menu item contained invalid statements when using two schemata. (Bug#39211)
Exported SQL code containing a trigger that called a procedure
would fail when an INSERT
activated the trigger.
(Bug#39088)