Re: [CDBI] X is not a column of Y

"Edward J. Sabol" <sabol-2oVx0MVsMgiP/[email protected]> Fri, 5 Oct 2007 21:07:27 -0400
Newsgroups gmane.comp.lang.perl.modules.class-dbi
Message-ID <[email protected]>
Arshavir Grigorian wrote:
> Following is my class structure that gives the error described in
> my first email. I have tried to cut out all the extraneous stuff.
> The error only results when deleting the record.

Ah, you didn't mention that before. My first guess is that your problem is
with cascading deletion due to circular relationships. Have you tried
disabling cacading deletes? (Refer to the fine manual for more info.)

Which version of Class::DBI are you using? I seem to recall that some aspect
of cascading deletes changed in a recent 3.0.x version.

Hope this helps,
Ed