X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c77d47b9309dabd538628eca7a05ec7aee504ccb;hb=a4b350b1968e95392a234ae9e6e40186e97d7468;hp=d06e1bfc22016ecd9e87fba4c24e89031a3dca18;hpb=16b4fd269ac7dc8f55ceae1b79f2ccd005f01b3d;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index d06e1bf..c77d47b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for DBIx::Class + - added remove_column(s) to ResultSource/ResultSourceProxy + - added add_column alias to ResultSourceProxy + - added source_name to ResultSource + - load_classes now uses source_name and sets it if necessary + - add update_or_create_related + 0.06002 - fix for -and conditions when updating or deleting on a ResultSet @@ -77,7 +83,7 @@ Revision history for DBIx::Class - remove build dependency on version.pm 0.05004 2006-02-13 20:59:00 - - allow specification of related columns via cols attr when primary + - allow specification of related columns via cols attr when primary keys of the related table are not fetched - fix count for group_by as scalar - add horrific fix to make Oracle's retarded limit syntax work