Hi,

In method ‘_eq_column_values’ in DBIx::Class::Row the change comparison is done 
numerically (==) if the column is ‘_is_column_numeric’. However this will fail 
if either the $old or $new value is NULL. A check on the ‘is_nullable’ info 
provided in the schema could check for this before the numeric comparison…

Or am I missing something ?

best
--
erik colson




_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk

Reply via email to