X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=75d11a72ddb3c408d08ea8c79447d9ed45110acd;hb=1ca68535afbf6372ffe082116ba3a4fed38cd59b;hp=71ecbd8e21541cc369f6ec0ebcb034a101fb42fd;hpb=194311161bdbebd2402c457ded300fc83b773f02;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 71ecbd8..75d11a7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ 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 + +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 +42,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