From: Rob Kinyon Date: Tue, 10 Nov 2009 16:19:57 +0000 (+0000) Subject: Added a note about select X-Git-Tag: v0.08113~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77e882e68d77cf201db1c293ce3526acc276c1d2;p=dbsrgits%2FDBIx-Class.git Added a note about select --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index fbd676f..ca16242 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -3260,6 +3260,9 @@ When you use function/stored procedure names and do not supply an C attribute, the column names returned are storage-dependent. E.g. MySQL would return a column named C in the above example. +B You will almost always need a corresponding 'as' entry when you use +'select'. + =head2 +select =over 4