X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3a51cb7bb6c77b7763b9318f34c26bfe472900e4;hb=4c24816137de09c629fcd3da41b7626d50cc13f6;hp=bf2976413543e83e16e5553529933509b47932aa;hpb=6d692cff84b07e7684e7e672c4046010e6697d45;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index bf29764..3a51cb7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for DBIx::Class + - refactor debugging to allow for profiling using Storage::Statistics + - removed Data::UUID from deps, made other optionals required - modified SQLT parser to skip dupe table names - added remove_column(s) to ResultSource/ResultSourceProxy - added add_column alias to ResultSourceProxy @@ -17,6 +19,10 @@ Revision history for DBIx::Class ColumnCase is loaded 0.06003 + - make find_or_create_related check defined() instead of truth + - don't unnecessarily fetch rels for cascade_update + - don't set_columns explicitly in update_or_create; instead use + update($hashref) so InflateColumn works - fix for has_many prefetch with 0 related rows - make limit error if rows => 0 - added memory cycle tests and a long-needed weaken call