Matt Lawrence wrote:
> Eden Cardim wrote:
>> On 3/13/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
>>> Please tell me what it means column inflation.
>>
>> Check the docs for DBIx::Class::InflateColumn
>>
> Short answer: none of the values returned by get_columns will be
> objects, even if they would have been if you had called the named accessor.
> 
> Matt

return map {$_ => $self->$_} $self->columns;

is your friend. :-)

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to