comma is not period comma is not period comma is not period do not taunt happy fun...
Matt S Trout [Fri, 20 Apr 2012 00:57:19 +0000 (00:57 +0000)]
lib/DBIx/Class/ResultSet.pm

index c6e62f3..fe0a815 100644 (file)
@@ -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;