10000 Merge pull request #1112 from utPLSQL/feature/issue-1111-oracle-21c · utPLSQL/utPLSQL@abfa190 · GitHub
[go: up one dir, main page]

Skip to content

Commit abfa190

Browse files
authored
Merge pull request #1112 from utPLSQL/feature/issue-1111-oracle-21c
Add Support for Oracle Database 21c
2 parents 7eeae39 + 7812a8a commit abfa190

File tree

2 files changed

+1
< 8000 div class="ml-1 text-small text-bold fgColor-danger">-1
lines changed

2 files changed

+1
-1
lines changed

.travis/push_docs_to_github_io.sh

100644100755
File mode changed.

source/reporters/ut_coverage_report_html_helper.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ create or replace package body ut_coverage_report_html_helper is
9090

9191
function object_id(a_object_full_name varchar2) return varchar2 is
9292
begin
93-
return rawtohex(utl_raw.cast_to_raw(dbms_obfuscation_toolkit.md5(input_string => a_object_full_name)));
93+
return rawtohex(dbms_crypto.hash(src => utl_raw.cast_to_raw(a_object_full_name), typ => dbms_crypto.hash_md5));
9494
end;
9595

9696
function link_to_source_file(a_object_full_name varchar2) return varchar2 is

0 commit comments

Comments
 (0)
0