SQL EXIT HANDLER executed when debugging is stopped ??
Posted: Thu 11 Oct 2007 19:07
When I stop debugging a method it seems the EXIT HANDLER gets executed. I have an exit handler declared that writes information into a log table. This table has a message field (NOT NULL). Every time I stop the debugger, a message shows up with the following content:
Does anyone else see a same behavior?
This message must be related to the EXIT HANDLER I declared for the type SQLEXEPTION. I do not see the program cursor stopping in this line when I stop debugging, but it seems the exit handler gets executed because if I allow null values in my log table this failure does not appear.Column 'message' can not be null
Does anyone else see a same behavior?