Dave Howorth wrote: >>>>> I think the best approach is to suppress these characters as I retrieve >>>>> the fields from the database, so I guess I need to override some method >>>>> (in my Schema ?) but I haven't figured out which.
> The only place the word inflator appears in the code base is in > DBIx/Class/InflateColumn.pm. Do you mean to use inflate_column? That > also looks like it has to be done column-by-column? I'm looking for a > place to hook into the main retrieval path. Single-stepping my application has thrown up DBIx::Class::AccessorGroup as a possibility. Is that the right sort of place to be looking? Cheers, Dave _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
