X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=5ecb57ddd5ebe60fb236dd9716884babb97425ff;hb=bed3a173167f330281c09277bac5a0816f81b3f8;hp=20ca87aacd5daf9134fad1d36dff20d499221119;hpb=1ace31c28f86cb86741df7e65965a370008fc29c;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 20ca87a..5ecb57d 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/ ] } } @@ -31,6 +33,11 @@ Revision history for DBIx::Class - Sybase now supports autoinc PKs (RT#40265) - Prefetch on joins over duplicate relations now works 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) + - ResultSetColumn will not lose the joins infered from a parent + resultset prefetch 0.08102 2009-04-30 08:29:00 (UTC) - Fixed two subtle bugs when using columns or select/as