On Thu, Oct 15, 2009 at 11:44 PM, Greg Sabino Mullane <greg@turnstep.com> wrote:
> The DELETE returns 0 rows (and thus is the problem) according to the script.
I've had this problem before when there is a BEFORE DELETE trigger
that is inadvertently preventing the deletion, though this seems hard
to rationalize with the rest of what you're seeing... still, any
triggers or rules on these tables?
...Robert