This section documents all changes and bug fixes that have been applied since the release of 5.1.18.
Functionality added or changed:
In the Forward Engineer SQL Script wizard
the checkbox Generate DROP SCHEMA now
causes every CREATE SCHEMA
statement to be
prepended with DROP SCHEMA IF EXISTS
`schemaname`
.
(Bug#46706)
Bugs fixed:
The Omit Schema Qualifier in Object Names option in the Forward Engineer SQL Script wizard appeared to have no effect. After selecting this option and proceeding through the wizard, the generated script still contained schema qualifiers. (Bug#46268)
Synchronizing a model with a live database, without having made any changes to the model or the database, caused the model to appear as unsaved, indicating that unnecessary changes may have been made to the model. (Bug#40914)
When synchronizing with a live database, if the direction of synchronization was changed to inbound, then the script generated indicated that no inbound changes would be made. (Bug#40648)
MySQL Workbench EER Diagram view did not allow the creation of a foreign key constraint on a primary key. (Bug#39546)