Schema Comparison in new version

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
molino
Posts: 33
Joined: Mon 06 Jul 2015 12:07

Schema Comparison in new version

Post by molino » Wed 02 Mar 2016 16:32

Hello,

I'm getting lots of errors and strange result table file after performing a schema comparision and synchronization from db to project. This worked in the previous version.

The generated table file starts with the create table statement, then
ENGINE = INNODB
CHARACTER SET utf8
COLLATE utf8_unicode_ci;
and finally repeats all column/constraint definitions (without the create table command) and then also repeats the engine, character set and collate commands !?!


Furthermore it shows that there are 18 errors but none of them is listed. I have to enable the "output view" to see them.

I'm using MariaDB.

alexa

Re: Schema Comparison in new version

Post by alexa » Fri 04 Mar 2016 11:34

Could you please provide us screenshots of the errors and specify what version of the MySQL server and dbForge you are using?

Please also perform the following:

1. Select 'Tools -> Options' from the main menu. The 'Options' window opens.
2. Navigate to the 'Environment -> Output' branch.
3. Select the 'Write queries sent by the program to the SQL Log' and 'Log application errors' options.
4. Unselect the 'Delete application log after closing' option. Click 'OK'.
5. Reproduce the issue.
6. Send us the *.log file with the latest date from the directory:

Code: Select all

%SystemDrive%\Users\%UserName%\AppData\Roaming\Devart\dbForge Studio for MySQL\
You can reply straight to our support system at supportATdevartDOTcom

alexa

Re: Schema Comparison in new version

Post by alexa » Thu 17 Mar 2016 14:00

Could you please provide us the following information:

1. Version and edition of dbForge.
2. Version of the MySQL server.
3. Database Project (if possible).

alexa

Re: Schema Comparison in new version

Post by alexa » Thu 17 Mar 2016 14:14

Please ignore the previous post.

We were able to reproduce this issue and will fix it in one of the next product builds. We will notify you once it's available for downloading.

alexa

Re: Schema Comparison in new version

Post by alexa » Wed 23 Mar 2016 13:42

We would like to let you know that dbForge Studio for MySQL, v7.0.54, where the issue you reported is fixed, is available for downloading https://www.devart.com/dbforge/mysql/st ... nload.html

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

Post Reply