Page 1 of 1

TOraSQLMonitor bug

Posted: Mon 09 Aug 2010 13:35
by eugene_kr
Hello

I've found the folowing code line at the DBMonitorMessages.pas file

Code: Select all

(GetTickCount < FLastConnectTime + FReconnectTimeout)
the FLastConnectTime variable is a Cardinal type, so it is possible to get EIntOverflow exception there. As I can see it will be unhandled. Please address this issue.


Thanks

Posted: Tue 10 Aug 2010 12:19
by AlexP
Hello.

Thank you for the information.

We will fix this bug in one of the next builds/versions.