<br>Any idea why I'd be seeing the following in the ObjectCustomFieldValues table:<br><br><span style="font-family: courier new,monospace;">mysql> select id, CustomField, ObjectType, ObjectId, Content, LastUpdated from ObjectCustomFieldValues where Objectid = 80487 and CustomField = 5;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">+-------+-------------+------------+----------+----------+---------------------+</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">| id    | CustomField | ObjectType | ObjectId | Content  | LastUpdated         |</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">+-------+-------------+------------+----------+----------+---------------------+</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">| 24363 |           5 | RT::Ticket |    80487 | Email    | 2009-02-25 13:23:16 | </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">| 24544 |           5 | RT::Ticket |    80487 | Hardware | 2009-02-25 13:23:16 | </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">+-------+-------------+------------+----------+----------+---------------------+</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">2 rows in set (0.00 sec)</span><br><br>Two rows being inserted at exactly the same time with different Contents?<br><br>FWIW, came across this while pulling out TimeTaken info from the Transactions table and mapping it to a Category custom field. Was getting duplicates that it took me a while to track down.<br>