X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=99c933ae3e6e26706ce07ab8c1bd6bfdf92f17d4;hb=4c4c6184f04bd8a38aa4396e054be1a6379fc936;hp=13179438eab05fc57407e516bbea6b80d8692334;hpb=e911e7ffb05bea10c1598a3c662a9b4639bce5a3;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 1317943..99c933a 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() + - 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