The IDE regularly hangs on me with no crash (I have to end task) when I'm applying changes to an updated stored procedure. I'm pretty sure this is connected to the DECLARE replacement issue. It's very frustrating as all changes are lost, and the "salvaged" version (dvrt_xxx) is available for recovery - but it's the original, not the updated version.
I cannot find a pattern to this problem, but it's a red flag issue that would prevent the release of the IDE. I'll post more details if I can find a pattern.
dbForge MySQL 2020 Bug - IDE Hangs - Lose All SP Work
Re: dbForge MySQL 2020 Bug - IDE Hangs - Lose All SP Work
I want to emphasize the severity of this issue. I opened a key stored procedure in my project and simply changed one DEFAULT variable to FALSE and saved... the entire IDE hung and I had to end task. When I restarted the SP was gone BUT the dvrt version did exist (thank god). But given the entire IDE crashes in some circumstances when just editing a DEFAULT bool value (and applying the changes)... definitely not good!
Re: dbForge MySQL 2020 Bug - IDE Hangs - Lose All SP Work
Could you please provide us the CREATE definition of the object causing the issue?
You can send the reply straight to our support system at supportATdevartDOTcom.
You can send the reply straight to our support system at supportATdevartDOTcom.
Re: dbForge MySQL 2020 Bug - IDE Hangs - Lose All SP Work
This is the duplicate DECLARE bug that I received an EMail this morning stating it was reproduced and will be fixed, so I think we're good. If that is not the same error, let me know and I can send you the code -- but note this happens with all stored procedures - not any one in particular - where there is a duplicate DECLARE statement (with the same variable name).