Comment 6 for bug 909708

Revision history for this message
Siegfried Gevatter (rainct) wrote : Re: [Bug 909708] Re: Inserting event with two subjects with the same URI breaks the following event

2012/1/1 Seif Lotfy <email address hidden>:
> Instead of deleting what was inserted of that particular event why not
> check the subjects of the event for validity then either start insertion
> or throw out a warning. I fear deletion...

Huh. Checking first is just slower, there's nothing bad with deleting
the event (it's just like a rollback, only not a rollback because we
don't commit until the end of everything). Throwing out a warning will
stop ALL events from being inserted, so it's not a nice option.