From: Peter Rabbitson Date: Sat, 30 May 2009 17:17:02 +0000 (+0000) Subject: Add changes X-Git-Tag: v0.08106~43^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=1ca68535afbf6372ffe082116ba3a4fed38cd59b Add changes --- diff --git a/Changes b/Changes index 1317943..75d11a7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ 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