[DBIx-Class-Devel] [dbsrgits/dbix-class] Documentation Improvements (#100)

Peter Rabbitson notifications at github.com
Mon Apr 11 22:29:07 GMT 2016


>  
> -When you wish to extract information about a particular CD and all
> -its tracks, You can either fetch the CD row, then make another query
> -to fetch the tracks, or you can use a join. Compare:
> +To retrieve information about a particular CD and all its tracks, either
> +fetch the CD row, then make another query to fetch the tracks, or use a
> +join. Compare:

I think this needs to be expanded a little - as `join` on its own won't fetch anything extra. Perhaps `L<join and select|DBIx::Class::Resultset/prefetch>` the extra data.

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?

Thanks for the contribution!

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/dbix-class/pull/100/files/fcdc83ff88abb7af881d1afcf4e04ea78f57dbb5..03dfab976209fe0e82beea31cf88417bc4eb4e09#r59292876
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20160411/12ed2fae/attachment.htm>


More information about the DBIx-Class-Devel mailing list