X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=2195bab189441f529ef46e173c0844ff2e961402;hp=fc93f0852e3772ddb5b89db27d67d3ec9b2d464c;hb=c3e9f7189094e94137356251c4f0b1f1cbfeb04a;hpb=68fe9141d8c2d8ca64a0bc6452b2ffbf36d28512 diff --git a/Changes b/Changes index fc93f08..2195bab 100644 --- a/Changes +++ b/Changes @@ -15,6 +15,9 @@ Revision history for DBIx::Class - Optimized RowNum based Oracle limit-dialect (RT#61277) * Fixes + - Make sure exception_action does not allow exception-hiding + due to badly-written handlers (the mechanism was never meant + to be able to suppress exceptions) - Fixed rels ending with me breaking subqueried limit realiasing - Oracle sequence detection now *really* works across schemas (fixed some ommissions from 0.08123)