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

Skip to content
Merged
Prev Previous commit
Next Next commit
Fixing sonar.
  • Loading branch information
lwasylow committed Feb 1, 2022
commit 21b3cb39415331a93378ffc61752c149a5481cbf
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,6 @@ create or replace package body ut_compound_data_helper is
end;

function get_json_object(a_json_t json) return json_element_t is
l_json JSON;
l_obj json_element_t;
begin
$if dbms_db_version.version >= 21 $then
Expand Down