http://www.perlmonks.org?node_id=1206604


in reply to Re: DBIx::Class Build a Where Clause with multiple ORs and ANDs
in thread DBIx::Class Build a Where Clause with multiple ORs and ANDs

Hi poj,

Thanks for your response. The send_email => {'!=' , ....} was deliberate.
I do not want send_email to be undefined or have a value of '0000-00-00', when
status is equal to Offered, Denied, Cancelled, or Conditional Offer.

However, if the status equals Review, the sent_email can have any value.

-Phil-