Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7b4d84

Browse files
authored
Update source/core/types/ut_reporter_base.tpb
1 parent 40cbed5 commit a7b4d84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/core/types/ut_reporter_base.tpb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ create or replace type body ut_reporter_base is
165165
end;
166166

167167
overriding member procedure on_event( self in out nocopy ut_reporter_base, a_event_name varchar2, a_event_item ut_event_item) is
168-
l_event_item ut_event_item := a_event_item; -- ADD THIS LINE
168+
/* Resolves issue with ORA-21779 being thrown see issue: 1309 -> ( https://github.com/utPLSQL/utPLSQL/issues/1309#issuecomment-4020289898 ) */
169+
l_event_item ut_event_item := a_event_item;
169170
begin
170171
case a_event_name
171172
when ut_event_manager.gc_initialize

0 commit comments

Comments
 (0)