X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=1869f7f99191557b0e67ed491e1d4b70867ce4d2;hb=d1ec2830cc15412c0a99d77b97dc95393af1e66a;hp=9c7b91e0c958da3b1b42375723dfe1aaf6b709b3;hpb=4242d79d40be0fc4888c9da3d77a5a442c16d8d0;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Changes b/Changes index 9c7b91e..1869f7f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ 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