Added a note about select
Rob Kinyon [Tue, 10 Nov 2009 16:19:57 +0000 (16:19 +0000)]
lib/DBIx/Class/ResultSet.pm

index fbd676f..ca16242 100644 (file)
@@ -3260,6 +3260,9 @@ When you use function/stored procedure names and do not supply an C<as>
 attribute, the column names returned are storage-dependent. E.g. MySQL would
 return a column named C<count(employeeid)> in the above example.
 
+B<NOTE:> You will almost always need a corresponding 'as' entry when you use
+'select'.
+
 =head2 +select
 
 =over 4