<p>In <a href="https://github.com/dbsrgits/dbix-class/pull/100#discussion_r59292876">lib/DBIx/Class/Manual/Joining.pod</a>:</p>
<pre style='color:#555'>&gt;  
&gt; -When you wish to extract information about a particular CD and all
&gt; -its tracks, You can either fetch the CD row, then make another query
&gt; -to fetch the tracks, or you can use a join. Compare:
&gt; +To retrieve information about a particular CD and all its tracks, either
&gt; +fetch the CD row, then make another query to fetch the tracks, or use a
&gt; +join. Compare:
</pre>
<p>I think this needs to be expanded a little - as <code>join</code> on its own won't fetch anything extra. Perhaps <code>L&lt;join and select|DBIx::Class::Resultset/prefetch&gt;</code> the extra data.</p>

<p>Also towards the end of this section there is a link to a reference manual on SQL-side join syntax, not sure if this is the best resource... Thoughts?</p>

<p>Thanks for the contribution!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/dbsrgits/dbix-class/pull/100/files/fcdc83ff88abb7af881d1afcf4e04ea78f57dbb5..03dfab976209fe0e82beea31cf88417bc4eb4e09#r59292876">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AASeAmZ4sN7lCnP6iZs4FPwu9zd7NaPxks5p2sszgaJpZM4IE3uw.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/dbsrgits/dbix-class/pull/100/files/fcdc83ff88abb7af881d1afcf4e04ea78f57dbb5..03dfab976209fe0e82beea31cf88417bc4eb4e09#r59292876"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>