X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e8b73783240821f01d9f673a691f2b8c1ee1812a;hb=f83d99c80b593ccf0c445784cda98cb4de0c8564;hp=f7e938000c49657989dcfd63ece7da44549e4516;hpb=765f5b7bf5a2a81b8503968a6f85e21eaa78282e;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index f7e9380..e8b7378 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,25 @@ Revision history for DBIx::Class -0.06002 + - modified SQLT parser to skip dupe table names + - 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 2006-04-20 00:42:41 + - fix set_from_related to accept undef + - fix to Dumper-induced hash iteration bug + - fix to copy() with non-composed resultsource - fix to ->search without args to clone rs but maintain cache - grab $self->dbh once per function in Storage::DBI - nuke ResultSource caching of ->resultset for consistency reasons @@ -80,7 +99,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