You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that $exception of procedures are not assigned a default value, so it remains unspecified in procedures that do not explicitly throw. Should we let $exception := $null; at the beginning of every procedure?
The text was updated successfully, but these errors were encountered:
I see that
$exception
of procedures are not assigned a default value, so it remains unspecified in procedures that do not explicitly throw. Should we let$exception := $null;
at the beginning of every procedure?The text was updated successfully, but these errors were encountered: