X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ab51a54fa007a5d9d4d3e11dd8fc4531fc0c2d06;hb=5624ba1f2ca3c8b47b9dd9472dff0081ddb4ac78;hp=71ecbd8e21541cc369f6ec0ebcb034a101fb42fd;hpb=194311161bdbebd2402c457ded300fc83b773f02;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 71ecbd8..ab51a54 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for DBIx::Class + - order_by now can take \[$sql, @bind] as in + order_by => { -desc => \['colA LIKE ?', 'somestring'] } + - SQL::Abstract errors are now properly croak()ed with the + correct trace + - populate() now properly reports the dataset slice in case of + an exception + - fixed corner case when populate() erroneously falls back to + create() + - work around braindead mysql when doing subquery counts on + resultsets containing identically named columns from several + tables + +0.08103 2009-05-26 19:50:00 (UTC) - Multiple $resultset -> count/update/delete fixes. Now any of these operations will succeed, regardless of the complexity of $resultset. distinct, group_by, join, prefetch are all @@ -36,6 +49,8 @@ Revision history for DBIx::Class - "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