Skip to content

Commit 77f9d21

Browse files
remove unnecessary NOSONAR marker for G-1050 in G-9020
1 parent 483f9d7 commit 77f9d21

File tree

1 file changed

+2
-2
lines changed
  • docs/4-language-usage/9-function-usage

1 file changed

+2
-2
lines changed

docs/4-language-usage/9-function-usage/g-9020.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ create or replace package body employee_api is
4242
update employees
4343
set salary = to_number(
4444
co_salary default null on conversion error
45-
,'99999999999999999999.99999' -- NOSONAR: G-1050 must be a literal
46-
,q'[nls_numeric_characters='.,']' -- NOSONAR: G-1050 must be a literal
45+
,'99999999999999999999.99999'
46+
,q'[nls_numeric_characters='.,']'
4747
)
4848
where employee_id = co_employee_id;
4949
end set_dob;

0 commit comments

Comments
 (0)