Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.2.24, 10.4.6
-
Component/s: Triggers
-
Labels:None
-
Environment:centos 7.5 + db 10.2.24, ubuntu 18.04 + db 10.4.6
Description
I try to insert 3 rows into "warning" table.
This table has trigger "after insert" that can insert 1 row into "unit_fault" table.
For example, after the second "warning" row trigger inserts 1 row into "unit_fault" table. it causes that the third "warning" row will not be inserted.
Triggered insert seems to break main insert without any errors.