This section documents all changes and bug fixes applied since the release of 5.0.25.
Bugs Fixed
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)
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)
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 Copy Insert to Clipboard action generated SQL with lowercase keywords. This was not consistent with the behavior of the Copy SQL to Clipboard action. (Bug #39477)
