refactor: refs #7580 Fix and improvement #2700
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2700
Loading…
Reference in New Issue
No description provided.
Delete Branch "7580-setParkingfIX"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -61,1 +45,4 @@
CALL shelving_setParking(vParam, vParkingFk);
END IF;
COMMIT;
No hay START TRANSACTION
@ -58,3 +45,3 @@
ELSE
-- Por descarte, se considera una matrícula
CALL vn.shelving_setParking(vParam, vParkingFk);
CALL shelving_setParking(vParam, vParkingFk);
Para que se quede mejor el procedimiento, como ya lo estamos refactorizando en el ELSE pondríamos un THROW y la opción del shelving haríamos lo mismo que en las anteriores, comprobar con la SELECT si existe antes de llamarlo