There was an error while loading. Please reload this page.
1 parent 218167f commit 873c073Copy full SHA for 873c073
1 file changed
noharm-public.sql
@@ -341,8 +341,7 @@ BEGIN
341
into V_SCHEMA_CONFIG
342
from schemaconfig where schema_name = P_PARAMS.nome_schema;
343
exception
344
- when insufficient_privilege then
345
- select null into V_SCHEMA_CONFIG;
+ when insufficient_privilege then NULL;
346
end;
347
348
/**
@@ -953,8 +952,7 @@ BEGIN
953
952
954
955
956
957
958
959
960
0 commit comments