From: Peter Rabbitson Date: Mon, 1 Jun 2009 14:49:09 +0000 (+0000) Subject: Fix fallout from another botched merge (I suck, part 2) X-Git-Tag: v0.08106~42 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=901a6d359fa9a117b7929542a52f91cfa3f03c21;p=dbsrgits%2FDBIx-Class.git Fix fallout from another botched merge (I suck, part 2) --- diff --git a/Changes b/Changes index 99c933a..1869f7f 100644 --- a/Changes +++ b/Changes @@ -8,10 +8,6 @@ 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 0.08103 2009-05-26 19:50:00 (UTC) - Multiple $resultset -> count/update/delete fixes. Now any