clarify
Peter Rabbitson [Tue, 30 Jun 2009 10:40:46 +0000 (10:40 +0000)]
lib/DBIx/Class/Row.pm

index 554023b..9b13307 100644 (file)
@@ -799,7 +799,7 @@ sub set_column {
   else {  # do a numeric comparison if datatype allows it
     my $colinfo = $self->column_info ($column);
 
-    # cache for speed
+    # cache for speed (the object may *not* have a resultsource instance)
     if (not defined $colinfo->{is_numeric} && $self->_source_handle) {
       $colinfo->{is_numeric} =
         $self->result_source->schema->storage->is_datatype_numeric ($colinfo->{data_type})