Is anyone relying on the fact that deflate currently checks for is-ref, and not blessed objects?

DBIx::Class::InflateColumn::_deflated_column line 88:
return $value unless ref $value; # If it's not an object, don't touch it

This chokes on me attempting to pass \'DEFAULT' to populate, thinking it needs to deflate that value.

If nobody yells, I'm going to change it to check for blessed objects explicitly ;)

Jess


_______________________________________________
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]/

Reply via email to