Re: [Dbix-class] +as not applied in +select/join/group_by

2009-05-29 Thread Jens Gassmann
Hi Christian, To accomplish this, I already tried the following (has_many relationship between tables is named 'downloads'): $rs>search({}, { join => 'downloads', '+select' => [ { count => 'downloads.id' } ], '+as' => [ 'downloadcount' ], group_by =>

Re: [Dbix-class] Patch roundup time, again.

2008-10-05 Thread Jens Gassmann
Hi, Any outstanding patches, please send to this thread. Can somebody also go through rt.cpan.org and work out if there's anything on there we need to apply as well? attached the test and patch for DBIx::Class::InflateColumn::Datetime The recreation of the test-schema generates many changes -

[Dbix-class] Patch and test for failing with timezone and datetime_undef_if_invalid

2008-09-13 Thread Jens Gassmann
hi, attach the patch and test for handling timezone and datetime_undef_if_invalid correctly. Please be indulge with me and the result - if there any missing or wrong with this first patch and test - please correct me. Jens Index: t/89inflate_datetime.t =