Fixes bug#AL-4550
parent
5b8b85f445
commit
f55c9abebc
|
@ -1,3 +1,4 @@
|
|||
-- INSERT / UPDATE
|
||||
declare
|
||||
dup_val_on_index exception;
|
||||
except_02291 exception;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
-- INSERT / UPDATE
|
||||
declare
|
||||
dup_val_on_index exception;
|
||||
except_02291 exception;
|
||||
|
@ -13,4 +14,3 @@ begin
|
|||
when dup_val_on_index then null;
|
||||
when except_02291 then null;
|
||||
end;
|
||||
/
|
Loading…
Reference in New Issue