oalders / data-printer-filter-dbix-class

Data::Printer filter for DBIx::Class objects
0 stars 0 forks source link

Will fail when used on resultsets with HRI set for inflation #1

Closed ribasushi closed 8 years ago

ribasushi commented 8 years ago

This line assumes you always get DBIx::Class::Core objects from $rs->next. This is hardly the case. Also I'd check for while (defined ... ), as it is possible that objects have oddball bool overloading.

oalders commented 8 years ago

Ok, that was fast. :rocket: I shall fix. :)