[Catalyst] DBIC/RDBO comparison (excuse new thread)

Nilson Santos Figueiredo Junior acid06 at gmail.com
Wed May 23 07:07:48 GMT 2007


On 5/22/07, Matt S Trout <dbix-class at trout.me.uk> wrote:
> * Queries accept "rich" values as arguments (e.g., DateTime and
> Bit::Vector objects)
>
> -- expected in 09

This works (at least for DateTime objects). For instance:

  $rs->search( { my_date_field => { -between => [$dt1, $dt2] } } );

works as expected (of course, InflateColumn::DateTime is in place).

Am I missing something?

-Nilson Santos F. Jr.



More information about the Catalyst mailing list