dbForge for MySQL refactoring trouble

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
Beval
Posts: 3
Joined: Wed 15 Oct 2014 15:02

dbForge for MySQL refactoring trouble

Post by Beval » Wed 15 Oct 2014 15:14

I am interested in using dbForge 6.2 for MySQL primarily for the purpose of refactoring InnoDB databases.

Renaming table names seems to work fine; dependencies (such as views and stored procedures) are updated with the new names as required.

However, renaming datacolumn names seems to be non-working. Not a single experiment worked out. No dependencies in views, triggers or stored procedures were ever identified correctly. In fact, most of the time the operation either crashed dbForge or caused the application to freeze (requiring a termination of its process).

Is this a known issue or am I doing something wrong?

alexa

Re: dbForge for MySQL refactoring trouble

Post by alexa » Thu 16 Oct 2014 11:07

Could you please provide us the CREATE definitions of the objects and describe the steps to reproduce this issue step by step? Screenshots would be also of help.

You can send a reply straight to our support system at supportATdevartDOTcom, so we will keep further correspondence with you on this issue via e-mail.

Beval
Posts: 3
Joined: Wed 15 Oct 2014 15:02

Re: dbForge for MySQL refactoring trouble

Post by Beval » Thu 30 Oct 2014 15:05

Unfortunately I cannot submit any database schema information.

However, I can tell you the datacolumn refactoring tool surprisingly started to work when I copied the schema from a database schema which had both lower and UPPER case letters in its schema name (in this schema, the tool still doesn't work), to a schema on the same server with all lower case letters in its name.

Perhaps this could be the cause of the bug? If so, this is problematic for users with mixed case schema names.

alexa

Re: dbForge for MySQL refactoring trouble

Post by alexa » Mon 03 Nov 2014 09:19

In order to determine the problems, please try generating script changes with the 'Script Changes' button available in Table Editor and execute the resulting script manually.

Beval
Posts: 3
Joined: Wed 15 Oct 2014 15:02

Re: dbForge for MySQL refactoring trouble

Post by Beval » Tue 04 Nov 2014 13:20

When I do this, the program asks "Do you wish to start refactoring to make appropriate modifications in the dependent objects?". The script, which is presented into a new window ("Preview Changes - Rename", simply renames the datacolumn and affects no dependencies.

alexa

Re: dbForge for MySQL refactoring trouble

Post by alexa » Tue 04 Nov 2014 15:26

Thank you for the reply.

We will investigate this issue when developing future product builds.

alexa

Re: dbForge for MySQL refactoring trouble

Post by alexa » Wed 10 Dec 2014 14:50

We would like to let you know that we have released a new version 6.3 of dbForge Studio for MySQL where the issue you reported is fixed http://www.devart.com/dbforge/mysql/stu ... nload.html

Thank you for your help in improving dbForge Studio for MySQL.

Post Reply