On Sep 28, 12:06 pm, Michael Bayer <[EMAIL PROTECTED]> wrote:
> I dont really see how you could get this exact SQL out of the session,
> since its literally attempting to delete the same orange object twice,
> which should be impossible. I thought you meant that your MySQL
> database has O
On Sep 27, 2008, at 9:35 PM, Andy Davidoff wrote:
>
> I have a MySQL table structure in which an apple relates to many
> oranges, which relate to many bananas. DELETE an apple, and oranges
> and bananas are DELETED via cascade.
>
> I'm seeing a successful DELETE of a single orange followed by a