X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b009881e23816832e217501377e7610a9e9bda80;hb=ab35aeab54799f0ffdec51c55fb4546ad5e0188e;hp=70cd7f8e2975feb3a55a1e4a4e394b03eb3c5580;hpb=eec182b6efc0f565751f2c81ce25ee419ebb133e;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 70cd7f8..b009881 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for DBIx::Class * New Features / Changes + - Use DBIx::Class::Storage::Debug::PrettyPrint when the + environment variable DBIC_TRACE_PROFILE is set, see + DBIx::Class::Storage for more information - Implemented add_unique_constraints() which delegates to add_unique_constraint() as appropriate - add_unique_constraint() now poparly throws if called with @@ -9,8 +12,13 @@ Revision history for DBIx::Class most of the heavy lifting for a while anyway - FilterColumn now passes data through when transformations are not specified rather than throwing an exception. + - Optimized RowNum based Oracle limit-dialect (RT#61277) * Fixes + - Fix memory leak during populate() on 5.8.x perls + - 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) @@ -34,6 +42,10 @@ Revision history for DBIx::Class perl versions - Non-blessed reference exceptions are now correctly preserved when thrown from udner DBIC (e.g. from txn_do) + - No longer disconnecting database handles supplied to connect + via a coderef + - Fixed t/inflate/datetime_pg.t failures due to a low dependency + on DateTime::Format::Pg (RT#61503) * Misc - Refactored capability handling in Storage::DBI, allows for