projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1cc390e
)
typo fix
David Steinbrunner [Wed, 7 Aug 2013 12:05:18 +0000 (08:05 -0400)]
lib/DBIx/Class/SQLMaker.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/SQLMaker.pm
b/lib/DBIx/Class/SQLMaker.pm
index
7d5fc16
..
2517708
100644
(file)
--- a/
lib/DBIx/Class/SQLMaker.pm
+++ b/
lib/DBIx/Class/SQLMaker.pm
@@
-288,7
+288,7
@@
sub _parse_rs_attrs {
my $sql = '';
if ($arg->{group_by}) {
- # horible horrible, waiting for refactor
+ # horrible, waiting for refactor
local $self->{select_bind};
if (my $g = $self->_recurse_fields($arg->{group_by}) ) {
$sql .= $self->_sqlcase(' group by ') . $g;