X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=abf26360b5a5dc72d182ad9d8b1140082cd96cfb;hb=84bf5d8caa798edfa99e79d36d34c27604b28f18;hp=8ca5192c32f1d61fdaca33a9d18e8932b6ea89a9;hpb=82c5f9168e30bc9dc7b681058298bb342582c5ec;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 8ca5192..abf2636 100644 --- a/Changes +++ b/Changes @@ -40,6 +40,9 @@ Revision history for DBIx::Class of Schema/Result/ResultSet classes loudly alerting the end user to potential extremely hard-to-diagnose pitfalls ( RT#93976, also fully addresses https://blog.afoolishmanifesto.com/posts/mros-and-you/ ) + - A new low-level API for relationship resolution is available as an + official method ( $rsrc->resolve_relationship_condition ). This is + mainly of interest to builders of reflection tools - InflateColumn::DateTime now accepts the ecosystem-standard option 'time_zone', in addition to the DBIC-only 'timezone' (GH#28) - Massively optimised literal SQL snippet scanner - fixes all known @@ -68,7 +71,11 @@ Revision history for DBIx::Class create()/populate() - Fix spurious warning on MSSQL cursor invalidation retries (RT#102166) - Fix incorrect ::Storage->_ping() behavior under Sybase (RT#114214) + - Fix some corner cases of non-fatal failures during relationship + resolution showing up as hard errors - Fix several corner cases with Many2Many over custom relationships + - Fix intermittent failure to infer the CASCADE attributes of relations + during deployment_statements()/deploy() - Fix corner cases of C3 composition being broken on OLD_MRO (5.8.x) only: https://github.com/frioux/DBIx-Class-Helpers/issues/61