Merge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Wed, 19 Apr 2006 22:06:59 +0000 (23:06 +0100)]
r9710@obrien (orig r1490):  matthewt | 2006-04-19 17:06:59 +0100
fixup for search w/no args and cache

1  2 
Changes
lib/DBIx/Class/ResultSet.pm

diff --cc Changes
+++ b/Changes
@@@ -1,21 -1,7 +1,22 @@@
  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
          - nuke ResultSource caching of ->resultset for consistency reasons
          - fix for -and conditions when updating or deleting on a ResultSet
Simple merge