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