Fixes bug#AL-4550

master
Fernando Uc 2024-10-11 10:27:11 -06:00
parent 5b8b85f445
commit f55c9abebc
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
-- INSERT / UPDATE
declare
dup_val_on_index exception;
except_02291 exception;

View File

@ -1,3 +1,4 @@
-- INSERT / UPDATE
declare
dup_val_on_index exception;
except_02291 exception;
@ -12,5 +13,4 @@ begin
exception
when dup_val_on_index then null;
when except_02291 then null;
end;
/
end;