projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c22396b
)
remove junk
Arthur Axel 'fREW' Schmidt [Tue, 29 May 2012 02:15:19 +0000 (21:15 -0500)]
lib/DBIx/Class/SQLMaker/Converter.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/SQLMaker/Converter.pm
b/lib/DBIx/Class/SQLMaker/Converter.pm
index
5f5c6d9
..
74b7649
100644
(file)
--- a/
lib/DBIx/Class/SQLMaker/Converter.pm
+++ b/
lib/DBIx/Class/SQLMaker/Converter.pm
@@
-163,8
+163,6
@@
sub _join_to_dq {
undef($join_type) unless $join_type =~ s/^(left|right).*/$1/;
}
- $join_type ||= lc($self->{_default_jointype});
-
$cur_dq = +{
type => DQ_JOIN,
($join_type ? (outer => $join_type) : ()),