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

Skip to content

Commit 4014b1f

Browse files
committed
Adressed review comment.
1 parent 85942e9 commit 4014b1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/ut_metadata.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ create or replace package body ut_metadata as
292292
if not l_result like '"%"' then
293293
l_result := upper(l_result);
294294
end if;
295-
return l_result;
295+
return sys.dbms_assert.qualified_sql_name(l_result);
296296
end;
297297

298298
function get_anydata_compound_type(a_data_value anydata) return varchar2 is

0 commit comments

Comments
 (0)