I've recently (in the last few days) updated to version 4.50.285 of dbForge Studio for MySQL and I'm experiencing a real problem with the Column Properties dialog.
I'm currently developing a database using the diagram editor and when I edit a column (either by double clicking the table to edit through the table properties dialog or double clicking a column to edit through the column properties dialog), if I have a default value set for BIGINT and SMALLINT fields (I've not tried any others), the default value comes back through the dialog as 'System.Byte[]'.
It doesn't occur if the default value is NULL.
When you try and save the changes, these strange default values are posted through to the server which obviously results in a failure.
For me, the steps to reproduce are:-
- Create a new diagram
- Create a new table on the diagram
- Link the table to an active database and provide it with a name
- Create a single field in the table of type 'BIGINT' and set the default value to 0
- Save the table
- Double click the table header to open the table properties dialog
- Double click the field
I'm running on Windows XP Pro Version 2002 SP 3. My local MySQL server is 4.1.22-community-nt. The machine itself is fully patched with all available updates for things like .net and other core system elements.
If you need more information, please don't hesitate to get in touch.