From: Peter Rabbitson Date: Thu, 11 Jun 2009 14:21:53 +0000 (+0000) Subject: Changes X-Git-Tag: v0.08106~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90499ee425bad9fe3ae973c3e1375c17b6ff275d;p=dbsrgits%2FDBIx-Class.git Changes --- diff --git a/Changes b/Changes index 2b4a712..65fef40 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for DBIx::Class + - Update of numeric columns now properly uses != to determine + dirtyness instead of the usual eq + - Fixes to IC::DT tests + - Fixed exception when undef_if_invalid and timezone are both set on + an invalid datetime column + 0.08104 2009-06-10 13:38:00 (UTC) - order_by now can take \[$sql, @bind] as in order_by => { -desc => \['colA LIKE ?', 'somestring'] }