You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/core/coverage/ut_coverage_reporter_base.tpb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -86,26 +86,26 @@ create or replace type body ut_coverage_reporter_base is
86
86
ut_coverage.coverage_pause();
87
87
end;
88
88
89
-
final member function get_report( a_coverage_options ut_coverage_options ) return ut_varchar2_rows pipelined is
89
+
final member function get_report( a_coverage_options ut_coverage_options, a_client_character_set varchar2 := null ) return ut_varchar2_rows pipelined is
90
90
l_reporter ut_coverage_reporter_base := self;
91
91
begin
92
92
ut_coverage_helper.cleanup_tmp_table();
93
93
(l_reporter as ut_output_reporter_base).before_calling_run(null);
0 commit comments