Skip to content

Conversation

@javornikolov
Copy link
Collaborator

Fix for the following issue: dbms_output logging didn't work properly when the database call failed with exception: it was suppressed for the failing call and was displayed with the next (successful) call.

Fixed by moving dbms output logging to the ensure section.

Decouple dbms_output logging implementation from the main
begin/end call block. This enables dumping dbms_output even when
the database call raises exception.
Bugfix for the following issue: dbms_output logging didn't work properly
when the database call failed with exception: it was suppressed for the
failing call and was displayed with the next (succesful) call.

Fixed by moving dbms output logging to the "ensure" section.
@javornikolov javornikolov force-pushed the fix-dbms-output-in-case-of-exception branch from d792b54 to 7ea55c8 Compare May 6, 2015 21:50
javornikolov added a commit that referenced this pull request May 6, 2015
@javornikolov javornikolov merged commit d1da452 into master May 6, 2015
@javornikolov javornikolov deleted the fix-dbms-output-in-case-of-exception branch May 6, 2015 21:54
@javornikolov javornikolov modified the milestone: 0.5.3 May 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants