From: Norbert Buchmuller Date: Wed, 2 Sep 2009 02:02:23 +0000 (+0200) Subject: Added pointer to 'SQL functions on the lhs' to the 'using stored procs' section. X-Git-Tag: v0.08111~19^2~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3f12e6c35e153575f0ef03d0f0ccee6dfaf21a21;hp=b10f700dde014246a335f2f8edcefb44f198ffa2;p=dbsrgits%2FDBIx-Class.git Added pointer to 'SQL functions on the lhs' to the 'using stored procs' section. --- diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index e7e14ea..085120a 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -247,6 +247,8 @@ any of your aliases using either of these: # Or use DBIx::Class::AccessorGroup: __PACKAGE__->mk_group_accessors('column' => 'name_length'); +See also L. + =head2 SELECT DISTINCT with multiple columns my $rs = $schema->resultset('Artist')->search(