Hello,

On May 10, 2007, at 1:17 PM, RA Jones wrote:

Sigh. I thought this one was going to be easy. Convert MySQL's native date format (yyyy-m-d) to EU-style (dd-mm-yyyy):

In Schema::Request
__PACKAGE__->load_components(qw/PK::Auto Core InflateColumn::DateTime/);

Switch the order between Core and InflateColumn::DateTime.

Core should be after IC::DT.

I just noticed that the SYNOPSIS is wrong in http://search.cpan.org/ ~blblack/DBIx-Class-0.07006/lib/DBIx/Class/InflateColumn/DateTime.pm

Patch attached to fix it.

Attachment: fix_inflate_datetime_synopsis.diff
Description: Binary data


Best regards,
--
Pedro Melo
Blog: http://www.simplicidade.org/notes/
Jabber ID: [EMAIL PROTECTED]
Use Jabber!


_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/

Reply via email to