Knut Anders Hatlen wrote:
For rowInserted(), my intention was to make the implementation of
this method as similar as possible to that of the rowDeteled() and
rowUpdated() methods. Since these two methods do not have entry
trancing, I removed it from the rowInserted() method.
Why not add tracing to rowDeleted() and rowUpdated()? :)
I guess because this is for a patch for inserting rows, and someone
would probably question why she changed unrelated code, arguing that
such changes should go in a different patch ;-)
Andreas