From: Justin Hunter Date: Wed, 20 May 2009 15:04:17 +0000 (+0000) Subject: update to Changes X-Git-Tag: v0.08103~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a4d8bea5a86c133c7d2baf6f0836fa6f2aef6a1b;p=dbsrgits%2FDBIx-Class.git update to Changes --- diff --git a/Changes b/Changes index 21c0431..5ce2d89 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class + - don't pass SQL functions into GROUP BY - Remove MultiDistinctEmulation.pm, effectively deprecating { select => { distinct => [ qw/col1 col2/ ] } } - Change ->count code to work correctly with DISTINCT (distinct => 1)