in reply to The (Too-)Well Hidden Magic of "DBIx::Class"

Random point of confusion that needs to be clarified. You seem to think you want inner joins. But if the related record may not exist, what you really want is an outer join.

Also, depending on your database, an alternate object-relational mapper to try is Rose::DB. It also has a learning curve, but a number of prominent people think that the design is better. Also the author is surprisingly responsive to questions on the list.

  • Comment on Re: The (Too-)Well Hidden Magic of "DBIx::Class"

Replies are listed 'Best First'.
Re^2: The (Too-)Well Hidden Magic of "DBIx::Class"
by siracusa (Friar) on Feb 05, 2009 at 02:02 UTC
      Heh. I didn't mean to give you an opportunity to demonstrate your responsiveness. :-)