X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=71ecbd8e21541cc369f6ec0ebcb034a101fb42fd;hb=ab807c129724c2be1ce02acf8a5c8f68d149421d;hp=20ca87aacd5daf9134fad1d36dff20d499221119;hpb=1ace31c28f86cb86741df7e65965a370008fc29c;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 20ca87a..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/ ] } } @@ -31,6 +33,9 @@ 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) 0.08102 2009-04-30 08:29:00 (UTC) - Fixed two subtle bugs when using columns or select/as