[Dbix-class] Oracle Built-In Functions

Dan Horne dan.horne at redbone.co.nz
Thu Aug 5 08:41:50 GMT 2010


On Thursday, August 5, 2010, Duncan Garland
<Duncan.Garland at motortrak.com> wrote:

>
>
> Hi,
>
> I
> tried
>
> $rs->date_updated(
> DateTime->now );
>
> And
> several other variations on the theme and they didn’t work. I began it wonder
> if it could recognise the standard Oracle DATE column type.
>
> All
> the best.
>
> Duncan
>

That's exactly what I do. The only thing i can think of is that the
inflation component isn't included in your schema definition. Have you
loaded it:

__PACKAGE__->load_components("InflateColumn::DateTime");

Dan



More information about the DBIx-Class mailing list