Schema Compare: Database vs. Project: Events not syncronized

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
jfricke
Posts: 4
Joined: Mon 10 Jan 2011 13:50

Schema Compare: Database vs. Project: Events not syncronized

Post by jfricke » Thu 05 Jan 2012 14:39

Hello!

I did an schema compare between a database and a project. After I sycronized the database with the project with the option "Refresh comparsion results after successful synchronization" I noticed that the events are not properly synced.

The source database shows for example:

Code: Select all

CREATE EVENT trees_snapshots_delete
	ON SCHEDULE EVERY '1' MINUTE
	STARTS '2011-05-20 03:00:00'
	COMMENT 'delete not neccessary snapshots'
	DO 
BEGIN
DELETE FROM trees_snapshots WHERE keep = 0;
END
and the target project shows:

Code: Select all

CREATE EVENT trees_snapshots_delete
	ON SCHEDULE EVERY '1' MINUTE
	STARTS '2011-05-20 03:00:00'
	COMMENT 'delete not neccessary snapshots'
	DO 
As you can see the part after DO is missing in the project file. This is the case for each event I have defined at the database. I consider this as a bug.

I'm using dbForge Studio for MySQL Professional Edition 5.0.60.
The database version is MySQL 5.1.53

additional information:

The corresponding project file of the event contains the missing code. But the schema compare window does not displaying it correctly.

vu
Devart Team
Posts: 7
Joined: Fri 04 Nov 2011 10:15

Post by vu » Thu 05 Jan 2012 15:42

We have reproduced this error. It will be fixed in a month.

MarkBrock
Posts: 33
Joined: Fri 12 Dec 2008 12:31

Post by MarkBrock » Tue 06 Mar 2012 12:05

I also have the same problem, when will this be fixed?

alexa

Post by alexa » Wed 07 Mar 2012 11:45

Hello,

Sorry for the delay.

The issue will be fixed in one of the next builds of dbForge Studio for MySQL.

MarkBrock
Posts: 33
Joined: Fri 12 Dec 2008 12:31

Re: Schema Compare: Database vs. Project: Events not syncronized

Post by MarkBrock » Wed 13 Feb 2013 10:47

Hello Support Team,

the problem with the events is still not solved. When do you plan to fix this error.
When do you deploy a new release?

Cheers
Mark

alexa

Re: Schema Compare: Database vs. Project: Events not syncronized

Post by alexa » Wed 13 Feb 2013 15:53

Sorry for the delay on this.

This issue is fixed in the beta version 6.0 of dbForge Studio for MySQL: http://www.devart.com/dbforge/mysql/stu ... nload.html

MarkBrock
Posts: 33
Joined: Fri 12 Dec 2008 12:31

Re: Schema Compare: Database vs. Project: Events not syncronized

Post by MarkBrock » Thu 14 Feb 2013 07:09

What about the version 5.x, will it also be fixed in this release?

alexa

Re: Schema Compare: Database vs. Project: Events not syncronized

Post by alexa » Thu 14 Feb 2013 09:06

No, it is not fixed in the version 5.

Post Reply