From: Jess Robinson Date: Sun, 21 Oct 2007 11:46:56 +0000 (+0000) Subject: Documentation clarifications X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ace385bdd8012c9fc766315a74cedff3700fff43;p=dbsrgits%2FDBIx-Class-Historic.git Documentation clarifications --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 8e02e3a..05fbc41 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -140,6 +140,8 @@ L. For more examples of using this function, see L. For a complete documentation for the first argument, see L. +For more help on using joins with search, see L. + =cut sub search { @@ -270,7 +272,7 @@ CAVEAT: C is provided for Class::DBI compatibility and should only be used in that context. There are known problems using C in chained queries; it can result in bind values in the wrong order. See L and -L for seaching techniques that do not +L for searching techniques that do not require C. =cut @@ -2330,6 +2332,7 @@ to Earth' and a cd with title 'Popular'. If you want to fetch related objects from other tables as well, see C below. +For more help on using joins with search, see L. =head2 prefetch =over 4 diff --git a/lib/DBIx/Class/Storage.pm b/lib/DBIx/Class/Storage.pm index a1c551e..cd29601 100644 --- a/lib/DBIx/Class/Storage.pm +++ b/lib/DBIx/Class/Storage.pm @@ -419,6 +419,10 @@ re-connect on your schema. Old name for DBIC_TRACE +=head1 SEE ALSO + +L - reference storage inplementation using SQL::Abstract and DBI. + =head1 AUTHORS Matt S. Trout