X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a35712fd80c91fcf1a347c503e5db2ab0f59ae68;hb=c079518f7bbe43998aae31cead6127b3b85be92e;hp=f7e938000c49657989dcfd63ece7da44549e4516;hpb=765f5b7bf5a2a81b8503968a6f85e21eaa78282e;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index f7e9380..a35712f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ 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 to Relationship::Base + - add find_or_new to ResultSet/ResultSetProxy and find_or_new_related + to Relationship::Base + - add accessors for unique constraint names and coulums to + ResultSource/ResultSourceProxy + - rework ResultSet::find() to search unique constraints + - CDBICompat: modify retrieve to fix column casing when ColumnCase is + loaded + - CDBICompat: override find_or_create to fix column casing when + ColumnCase is loaded + 0.06002 - fix to ->search without args to clone rs but maintain cache - grab $self->dbh once per function in Storage::DBI @@ -80,7 +95,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