Added pointer to 'SQL functions on the lhs' to the 'using stored procs' section.
Norbert Buchmuller [Wed, 2 Sep 2009 02:02:23 +0000 (04:02 +0200)]
lib/DBIx/Class/Manual/Cookbook.pod

index e7e14ea..085120a 100644 (file)
@@ -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</Using SQL functions on the left hand side of a comparison>.
+
 =head2 SELECT DISTINCT with multiple columns
 
   my $rs = $schema->resultset('Artist')->search(