Comment 5 for bug 253217

Revision history for this message
Leonard Richardson (leonardr) wrote :

Here's the final compromise as implemented by me:

PUT/PATCH fires a SQLObjectModifiedEvent.
All write operations except for factory operations fire a SQLObjectModifiedEvent.
Factory operations fire no event.

We don't support DELETE so punt on that.
Over time our write operations will fire their own events and we can get rid of the blanket fire-on-write-operation.