Details
-
Bug
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.4.2
-
None
Description
when deleting for period of from a non-transactional table, it might happen that the delete part succeeds and the insert part fails, leaving the row disappearing completely.
One way of fixing it would be to re-insert the original row after a failed insert.