Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 33217
Status: resolved
Priority: 0/
Queue: DBIx-Class

People
Owner: Nobody in particular
Requestors: colin.fine [...] pace.co.uk
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: Error in documentation of DBIx::Class::Row::get_inflated_columns
The description is : get_inflated_columns my $inflated_data = $obj->get_inflated_columns; Similar to get_columns but objects are returned for inflated columns instead of their raw non-inflated values. But the example is wrong, because get_inflated_columns returns a hash like the other functions, not a hashref. Should be my %inflated_data = $obj->get_inflated_columns;
Fixed in svn revision 4143.