Skip to content

Commit f2954ff

Browse files
authored
Merge pull request utPLSQL#873 from utPLSQL/fix/missing_priv_on_get_hash
Removing exception unnecessary
2 parents e6dea2d + e951852 commit f2954ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/expectations/data_values/ut_compound_data_helper.pkb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -591,11 +591,6 @@ create or replace package body ut_compound_data_helper is
591591
begin
592592
open l_diff_cursor for a_diff_cursor_text using a_self_id, a_other_id;
593593
return l_diff_cursor;
594-
exception when others then
595-
if l_diff_cursor%isopen then
596-
close l_diff_cursor;
597-
end if;
598-
raise;
599594
end;
600595

601596
begin

0 commit comments

Comments
 (0)