X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=adda80c6348e49d50f5e7114f49965720c5ac229;hb=a354b8426bc1f8b92eb1018dfb073b2477466b98;hp=d665ab7861ceab51a2fc4ca908de55515d84a426;hpb=ddc0a6c89d212433eb5716b2aa963f63b1f348d1;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index d665ab7..adda80c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,16 @@ Revision history for DBIx::Class + - Fixed up related resultsets and multi-create + - Fixed superfluous connection in ODBC::_rebless + - Fixed undef PK for first insert in ODBC::Microsoft_SQL_Server + - Added virtual method to Versioned so a user can create upgrade + path across multiple versions (jgoulah) + 0.08099_04 2008-07-24 01:00:00 + - Functionality to storage to enable a sub to be run without FK checks + - Fixed $schema->clone bug which caused clone and source to share + internal hash refs + - Added register_extra_source methods for additional sources - Added datetime_undef_if_invalid for InflateColumn::DateTime to return undef on invalid date/time values - Added search_related_rs method to ResultSet