X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FRelationship%2FBase.pm;h=c3733e7cfa5707707a192d4ab64f11546d00bd47;hb=880a1a0cc6a48a3165656fe5daf7ec288901c3e2;hp=9ea8cff1062c421caeea30325709b634d461cadc;hpb=27f01d1f4fc106e0d27a13c6f6c9d5fa131e9447;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Relationship/Base.pm b/lib/DBIx/Class/Relationship/Base.pm index 9ea8cff..c3733e7 100644 --- a/lib/DBIx/Class/Relationship/Base.pm +++ b/lib/DBIx/Class/Relationship/Base.pm @@ -31,8 +31,8 @@ methods, for predefined ones, look in L. The condition needs to be an SQL::Abstract-style representation of the join between the tables. When resolving the condition for use in a JOIN, -keys using the psuedo-table I are resolved to mean "the Table on the -other side of the relationship", and values using the psuedo-table I +keys using the pseudo-table I are resolved to mean "the Table on the +other side of the relationship", and values using the pseudo-table I are resolved to mean "the Table this class is representing". Other restrictions, such as by value, sub-select and other tables, may also be used. Please check your database for JOIN parameter support.