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

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.
  • Comment on Re^3: Conditional many to many relationships with Class::DBI