Added note that column inflation is not performed
Tim Bunce [Mon, 15 Jun 2009 14:30:21 +0000 (14:30 +0000)]
lib/DBIx/Class/ResultClass/HashRefInflator.pm

index 45251fa..1b3f2d1 100644 (file)
@@ -116,6 +116,12 @@ C<$first> will B<not> be a hashref, it will be a normal CD row since
 HashRefInflator only affects resultsets at inflation time, and prefetch causes
 relations to be inflated when the master C<$artist> row is inflated.
 
+=item *
+
+Column value inflation, e.g., using modules like
+L<DBIx::Class::InflateColumn::DateTime>, is not performed.
+The returned hash contains the raw database values.
+
 =back
 
 =cut