Bug #67692 Display "code" for changes upon synchronization both ways.
Submitted: 24 Nov 2012 14:32 Modified: 12 Jun 2013 0:32
Reporter: Ingo Korndoerfer Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S4 (Feature request)
Version:44 OS:Any
Assigned to: CPU Architecture:Any

[24 Nov 2012 14:32] Ingo Korndoerfer
Description:
Upon synchronization between model and database, sql code for the changes applied to the database are shown. However, if the user elects for a certain change to update the model rather than the database, it would make more sense for this change to show sql code that will be applied to the model rather then to the db. Additionally, if the user selects to apply changes in general only to the model, but not to the db, all code that applies changes to the db should not be shown anymore. 

In general this would make it easier to apply select changes to the model after complex changes have been carried out in the db, or, after the db has not been synchronized with the model for an extended period but changes to the db have been done directly on the db via sql statements.

How to repeat:
-
[21 Mar 2013 15:09] Armando Lopez Valencia
Hello.
Thanks a lot for your Request.
[12 Jun 2013 0:32] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.0.2 release, and here's the changelog entry:

Upon synchronization between a model and a database, the database SQL code
is no longer displayed when changes are applied to a model or set as
ignored.

Thank you for the bug report.