Subject: | use get/set_inflated_column |
"To ensure your column's inflators and deflators are called, we have to
get / set values using their named methods, and not with get_column /
set_column.
Because of this, beware of having column names which clash with
DBIx::Class built-in method-names, such as delete. - It will have
obviously undesirable results!"
http://search.cpan.org/~ash/DBIx-Class-0.08010/lib/DBIx/Class/Row.pm#get_inflated_columns
http://search.cpan.org/~ash/DBIx-Class-0.08010/lib/DBIx/Class/Row.pm#set_inflated_columns