X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c54d6a47f908154cb3982d229dfc08cb30516b01;hb=51c9ead29aaceabb3603e89cc9790802fbfe89b3;hp=1306d67097a542ee59950155e1100c9678a0112d;hpb=6f731572aed6ab2bd71ec33ba2c35ec78b9909b1;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 1306d67..c54d6a4 100644 --- a/Changes +++ b/Changes @@ -9,7 +9,6 @@ Revision history for DBIx::Class plain ::Storage::DBI * Fixes - - Fix exiting via next warnings from ResultSource - Fix ::Storage::DBI::* MRO problems on 5.8.x perls - Disable mysql_auto_reconnect for MySQL - depending on the ENV it sometimes defaults to on and causes major borkage on older @@ -22,9 +21,12 @@ Revision history for DBIx::Class when deploying a schema via sql file - Fix reverse_relationship_info on prototypical result sources (sources not yet registered with a schema) + - Warn and skip relationships missing from a partial schema during + dbic cascade_delete - Automatically require the requested cursor class before use (RT#64795) - Work around a Firebird ODBC driver bug exposed by DBD::ODBC 1.29 + - Fix exiting via next warnings in ResultSource::sequence() * Misc - Only load Class::C3 and friends if necessary ($] < 5.010)