Skip Menu |

This queue is for tickets about the HTML-FormFu-Model-DBIC CPAN distribution.

Report information
The Basics
Id: 41998
Status: stalled
Priority: 0/
Queue: HTML-FormFu-Model-DBIC

People
Owner: Nobody in particular
Requestors: felix.ostmann [...] thewar.de
Cc:
AdminCc:

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



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
Unfortunately get_inflatable_column() dies on non-inflatable columns. I sent a patch fixing this to the dbix-class mailing list on 21st May, and another message on 1st September asking if there was anything I could do to help get the patch accepted - with no response. This won't be fixed until DBIx-Class is fixed.