Re: [CDBI] where clause in AbstractSearch
rahed <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
> Since CDBI::AbstractSearch uses SQL::Abstract, you can look at the
> documentation for the latter. You'll see that supplying a reference to
> a string will pass that string unaltered:
>
> search_where( q{date(mydate)} => \ q{ = date('now') } );
>
> HTH,
> Rhesa
Thanks, this did help.
--
Radek