Mention the internal join pruner in POD ghpr/applied/as_c3de6b51
Alessandro Ranellucci [Sat, 7 Apr 2012 17:37:33 +0000 (19:37 +0200)]
lib/DBIx/Class/ResultSet.pm

index 3b68af1..a0f8b62 100644 (file)
@@ -4003,6 +4003,9 @@ to Earth' and a cd with title 'Popular'.
 If you want to fetch related objects from other tables as well, see C<prefetch>
 below.
 
+An internal pruner will prevent joins to be added to the actual SQL query
+if they're not used in the query (as search clauses or selected columns).
+
 For more help on using joins with search, see L<DBIx::Class::Manual::Joining>.
 
 =head2 prefetch