From: Peter Rabbitson Date: Mon, 10 Nov 2008 23:18:01 +0000 (+0000) Subject: Clarify attributes argument of find() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=582ff936464978e4f67ee56d254ed0337cf6beed;p=dbsrgits%2FDBIx-Class-Historic.git Clarify attributes argument of find() --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index bd615d3..d7c36f6 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -341,6 +341,9 @@ source for which column data is provided, including the primary key. If your table does not have a primary key, you B provide a value for the C attribute matching one of the unique constraints on the source. +In addition to C, L recognizes and applies standard +L in the same way as L does. + Note: If your query does not return only one row, a warning is generated: Query returned more than one row