Extra paragraph dropped from 113e8d16 for some reason
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 [Thu, 4 Apr 2013 05:53:52 +0000 (07:53 +0200)]
lib/DBIx/Class/Manual/DocMap.pod

index f865c6c..9bd7004 100644 (file)
@@ -32,6 +32,9 @@ The first two list items are the most important.
 
 =item L<DBIx::Class::ResultSet/search> - Selecting and manipulating sets.
 
+The DSL (mini-language) for query composition is only partially explained there,
+see L<SQL::Abstract/WHERE CLAUSES> for the complete details.
+
 =item L< C<$schema>::Result::C<$resultclass>|DBIx::Class::Manual::ResultClass>
 - Classes representing a single result (row) from a DB query.