fix missing cond in 'Equivalent SQL' ghpr/applied/as_5f7ff3f0
David Schmidt [Wed, 20 Feb 2013 13:46:08 +0000 (14:46 +0100)]
lib/DBIx/Class/Manual/Cookbook.pod

index 328c891..824a464 100644 (file)
@@ -605,6 +605,7 @@ C<LinerNotes>:
   # JOIN artist ON cd.artist = artist.id
   # JOIN liner_notes ON cd.id = liner_notes.cd
   # WHERE artist.name = 'Bob Marley'
+  # AND liner_notes.notes LIKE '%some text%'
   # ORDER BY artist.name
 
 =head2 Multi-step joins