From: Tim Bunce Date: Mon, 15 Jun 2009 14:30:21 +0000 (+0000) Subject: Added note that column inflation is not performed X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=088476d4e792951b2e11229d168636dff027e84d;p=dbsrgits%2FDBIx-Class-Historic.git Added note that column inflation is not performed --- diff --git a/lib/DBIx/Class/ResultClass/HashRefInflator.pm b/lib/DBIx/Class/ResultClass/HashRefInflator.pm index 45251fa..1b3f2d1 100644 --- a/lib/DBIx/Class/ResultClass/HashRefInflator.pm +++ b/lib/DBIx/Class/ResultClass/HashRefInflator.pm @@ -116,6 +116,12 @@ C<$first> will B 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, is not performed. +The returned hash contains the raw database values. + =back =cut