X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ab51a54fa007a5d9d4d3e11dd8fc4531fc0c2d06;hb=f8f976d17471a78d8e67c0d9d4255a22780b7478;hp=99c933ae3e6e26706ce07ab8c1bd6bfdf92f17d4;hpb=4c4c6184f04bd8a38aa4396e054be1a6379fc936;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 99c933a..ab51a54 100644 --- a/Changes +++ b/Changes @@ -8,10 +8,9 @@ Revision history for DBIx::Class an exception - fixed corner case when populate() erroneously falls back to create() - - 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 + - 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