From: Matt S Trout Date: Fri, 20 Apr 2012 00:57:19 +0000 (+0000) Subject: comma is not period comma is not period comma is not period do not taunt happy fun... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f51b47f085f594bf94f2738dbcb859406b2a8de7;p=dbsrgits%2FDBIx-Class-Historic.git comma is not period comma is not period comma is not period do not taunt happy fun ball --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index c6e62f3..fe0a815 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -1373,7 +1373,7 @@ sub _construct_objects { ); my @ord_cols = map { $_->{type} eq DQ_IDENTIFIER - ? join(',',@{$_->{elements}}) + ? join('.',@{$_->{elements}}) : '__TOTALLY_BOGUS_DUDE__' } @order_by_dq;