From: Jess Robinson Date: Wed, 7 Mar 2012 17:16:53 +0000 (+0000) Subject: Remove spare comment X-Git-Tag: v1.0~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=59f8b8d94c034c2166d8b98b3a99dd3271f40db6;p=dbsrgits%2FDBIx-Class-Manual-SQLHackers.git Remove spare comment --- diff --git a/lib/DBIx/Class/Manual/SQLHackers/SELECT.pod b/lib/DBIx/Class/Manual/SQLHackers/SELECT.pod index 0571795..2b079ce 100644 --- a/lib/DBIx/Class/Manual/SQLHackers/SELECT.pod +++ b/lib/DBIx/Class/Manual/SQLHackers/SELECT.pod @@ -206,10 +206,6 @@ To run the query, use the B or B methods show at the beginning of thi There's usually little reason to do this sort of query, as fetching all the data in a row doesn't cost any more time than fetching some of it. Unless of course your source is a View with calculations, or has huge blobs, or.. Okay, you might well want to do this occasionally. -# this is completely false, is there a doc that states this that we need to fix? -# find() takes all search() attributes, including things like prefetch -B will always pull all the columns for the found row, so use the *search* method for this. - =over =item 1. Create a Schema object representing the database you are working with: