X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=bfd86afbde851224d6d6a1fe26aca5e29a33f7f6;hb=38e481637aa7e86b0257373e334457d5c23748fb;hp=ab770fae0773cbf24dfadd1cbd9ed2bbd2f44d13;hpb=81f6e57ceddeb39d478a69c02f79a644826de84b;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index ab770fa..bfd86af 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,23 @@ Revision history for DBIx::Class + - 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 + - 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 - nuke ResultSource caching of ->resultset for consistency reasons - fix for -and conditions when updating or deleting on a ResultSet