X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=71ecbd8e21541cc369f6ec0ebcb034a101fb42fd;hb=ab807c129724c2be1ce02acf8a5c8f68d149421d;hp=af51daebf5af9ea186eaf6e25cbad95c47f7546b;hpb=6c99a3eea0da8f254e67fdda21e27f9ef9fbeec3;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index af51dae..71ecbd8 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,8 @@ Revision history for DBIx::Class of these operations will succeed, regardless of the complexity of $resultset. distinct, group_by, join, prefetch are all supported with expected results + - Return value of $rs->delete is now the storage return value + and not 1 as it used to be - don't pass SQL functions into GROUP BY - Remove MultiDistinctEmulation.pm, effectively deprecating { select => { distinct => [ qw/col1 col2/ ] } } @@ -33,6 +35,7 @@ Revision history for DBIx::Class correctly (RT#28451) - "timestamp with time zone" columns (for Pg) now get inflated with a time zone information preserved + - MSSQL Top limit-emulation improvements (GROUP BY and subquery support) 0.08102 2009-04-30 08:29:00 (UTC) - Fixed two subtle bugs when using columns or select/as