Skip navigation links

MySQL Forums :: Workbench - Database Modeling :: Workbench started storing primary key values as quoted strings


Advanced Search

Workbench started storing primary key values as quoted strings
Posted by: Geoffrey Hoffman ()
Date: April 30, 2012 07:39PM

I have a 20 table .mwb file and its engineered SQL under revision control.

Recently I noticed a commit to our repository where the SQL file forward-engineered by Mac OS X MySQL Workbench 5.2.22 RC Revision 6091 started treating the primary key values as strings.

That is, we have a repository commit where:

values( 1, 'Other'

changes to

values( '1', 'Other'

in dozens of files.


I realize it doesn't affect my code or data values generated (MySQL ignores the quotes inserting into INT UNSIGNED) however I'm wondering if this is a known bug, or an easy way to change them back to integers?

Options: ReplyQuote


Subject Views Written By Posted
Workbench started storing primary key values as quoted strings 769 Geoffrey Hoffman 04/30/2012 07:39PM
Re: Workbench started storing primary key values as quoted strings 475 Geoffrey Hoffman 04/30/2012 07:42PM
Re: Workbench started storing primary key values as quoted strings 493 Geoffrey Hoffman 04/30/2012 08:00PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.