add a link to SQL::Abstract for WHERE clauses
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
index 6cd23b1..551427d 100644 (file)
@@ -4162,6 +4162,8 @@ Adds to the WHERE clause.
 Can be overridden by passing C<< { where => undef } >> as an attribute
 to a resultset.
 
+For more complicated where clauses see L<SQL::Abstract/WHERE CLAUSES>.
+
 =back
 
 =head2 cache