[Dbix-class] [OT][ANNOUNCE] SQL Generation with SQL::DB

Matt Rosin telebody at gmail.com
Thu Sep 6 17:24:39 GMT 2007


> > >    where => $lname->like('%son%') & ! ($age < 10 | $age > 20 )

Just curious, could this work too? Or do subtle precedence differences wreck it?

where, ( $lname->like('%son') and not ($age < 10 or $age > 20) )



More information about the DBIx-Class mailing list