[Dbix-class] expressing IS NULL

Adam Herzog adam at herzogdesigns.com
Sun Aug 20 20:14:22 CEST 2006


On 8/20/06, Len Jaffe <lenjaffe at jaffesystems.com> wrote:
> Is there a way to express IS NULL inside search(), or is the practice to use
> search_literal()?

->search( { mydate => undef } )

That should translate to IS NULL, I believe.

-A



More information about the Dbix-class mailing list