in reply to Conditions as named columns using DBIx::Class

Under the hood, DBIx::Class uses SQL::Abstract for SQL generation. Check those docs. Alternately, head over to irc.perl.org #dbix-class - they're extremely responsive and you can usually get mst, castaway, or one of the other devs/power users to answer within minutes.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re: Conditions as named columns using DBIx::Class

Replies are listed 'Best First'.
Re^2: Conditions as named columns using DBIx::Class
by wazzuteke (Hermit) on Oct 31, 2008 at 20:11 UTC
    Awesome, thanks for the IRC channel - I didn't know. And thanks, too, for the SQL::Abstract reference - I always forget to look there ;)

    ---------
    perl -le '$.=[qw(104 97 124 124 116 97)];*p=sub{[@{$_[0]},(45)x 2]};*d=sub{[(45)x 2,@{$_[0]}]};print map{chr}@{p(d($.))}'