-
Type:
Incident report
-
Resolution: Unresolved
-
Priority:
Trivial
-
Affects Version/s: 7.0.25rc1, 7.4.8rc1
-
Component/s: Proxy (P)
-
None
There are such queries for each item to be inserted.
"update items set interfaceid=null,master_itemid=null where itemid=628726;.update items set interfaceid=null,master_itemid=null where itemid=87557;.update items set interfaceid=null,master_itemid=null where itemid=463432;
Expected:
Items are not present in database, they shouldn't be updated.
If updated then they should be updated using id list, not duplicating update for each id.