X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=db1bbae40c46642701d1f1494c255bb144b3c059;hb=be21f2eb5af6b164bf0bff16217fab8a4d039e57;hp=d18dea6903300dd1b8818c34a123d3e11abaf43a;hpb=3b80fa31b60050d4c8df91457ba6fd51b579a7a6;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index d18dea6..db1bbae 100644 --- a/Changes +++ b/Changes @@ -21,6 +21,14 @@ 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() + - Fix stripping of table qualifiers in update/delete in arrayref + condition elements * Misc - Only load Class::C3 and friends if necessary ($] < 5.010)