X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3a51cb7bb6c77b7763b9318f34c26bfe472900e4;hb=4c24816137de09c629fcd3da41b7626d50cc13f6;hp=e94364d713a53b25dd114792cbb96ae4179b4b3c;hpb=ce17c23e187344566fdeabf9362f61567ca7c955;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index e94364d..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,8 @@ 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