in reply to Re: Conditional many to many relationships with Class::DBI
in thread Conditional many to many relationships with Class::DBI

I don't think that will work: it only checks on equality and not on any other conditions.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re^2: Conditional many to many relationships with Class::DBI

Replies are listed 'Best First'.
Re^3: Conditional many to many relationships with Class::DBI
by perrin (Chancellor) on Nov 01, 2004 at 20:06 UTC
    Oh, good point. I would probably just use a custom constructor with actual SQL then. Much more efficient than the many-to-many approach shown in the Class::DBI docs.