Merge 'find_compat' into 'DBIx-Class-current'
Daniel Westermann-Clark [Sun, 28 May 2006 01:06:02 +0000 (21:06 -0400)]
1  2 
lib/DBIx/Class/ResultSet.pm
t/80unique.t

@@@ -271,14 -272,14 +272,14 @@@ Additionally, you can specify the colum
        artist => 'Massive Attack',
        title  => 'Mezzanine',
      },
 -    { key => 'artist_title' }
 +    { key => 'cd_artist_title' }
    );
  
- If no C<key> is specified and you explicitly name columns, it searches on all
- unique constraints defined on the source, including the primary key.
  If the C<key> is specified as C<primary>, it searches only on the primary key.
  
+ If no C<key> is specified, it searches on all unique constraints defined on the
+ source, including the primary key.
  See also L</find_or_create> and L</update_or_create>. For information on how to
  declare unique constraints, see
  L<DBIx::Class::ResultSource/add_unique_constraint>.
diff --cc t/80unique.t
Simple merge