X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=53d01f9db57b273ebc57c3c8105431c2d430cca4;hb=f340be7ac2025e0a1114e801e8fe249fa09745b9;hp=ab6d6fbd90b053c01abfb09e75ebb7e74d69f1ca;hpb=7ed3d6dc7d83264aa67108ec304985c0116d6009;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Changes b/Changes index ab6d6fb..53d01f9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for DBIx::Class +0.05999_05 + - Fixup to columns_info_for when database returns type(size) + - Made do_txn respect void context (on the off-chance somebody cares) + - Fix exception text for nonexistent key in ResultSet::find() + 0.05999_04 - Fix for delete on full-table resultsets - Removed caching on count() and added _count for pager() @@ -60,6 +65,8 @@ Revision history for DBIx::Class - fix count for group_by as scalar - add horrific fix to make Oracle's retarded limit syntax work - remove Carp require + - changed UUIDColumns to use new UUIDMaker classes for uuid creation + using whatever module may be available 0.05003 2006-02-08 17:50:20 - add component_class accessors and use them for *_class