projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cc3654a
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Manual/Cookbook.pod
b/lib/DBIx/Class/Manual/Cookbook.pod
index
328c891
..
824a464
100644
(file)
--- a/
lib/DBIx/Class/Manual/Cookbook.pod
+++ b/
lib/DBIx/Class/Manual/Cookbook.pod
@@
-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