Page 1 of 1

Event-Editor bug on timing end date "no end date"

Posted: Fri 12 Dec 2008 12:43
by MarkBrock
In the new version 3.10.205 there is a bug in the event editor, when selecting "no end date" in the timing tab.
The SQL Statement is displayed and executed as follows:
...
ON SCHEDULE EVERY '1' MONTH
STARTS '2009-01-01 00:00:00'
ENDS CURRENT_TIMESTAMP
ON COMPLETION PRESERVE
DO
...
This cause an error "ENDS is either invalid or before STARTS"
I think the ends clause must be removed in the SQL when selecting no end date.

Posted: Fri 12 Dec 2008 15:04
by Alexz
We'll work over this problem. The fix will be available in the next build of dbForge for MySQL.

Posted: Fri 12 Dec 2008 15:14
by MarkBrock
thx