Hi all,

I have a question about an update callback. It's supposed to be called for
every row that's inserted, updated and deleted and it works fine. Now
there's a little thing calles INSERT OR UPDATE (and its friends) which
removes conflicting rows before the INSERT. The thing is, the callback gets
called for the row inserted, but NOT for the row deleted. Is this expected
behaviour? I'm depending on the callback to notify me of *all* changes and
this one missing row is not something I like :)
-KS

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to