X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSource.pm;h=8e8da7f75f8dff7e04fd3f370a88151f46c952d6;hb=12270263042d2650cca1b9693cdab83be7099f9a;hp=3233e3ab4a1b45d8cd0883e6881e5e6666551e35;hpb=0b0743afcb6904727aa51cc39fabeea190f5dac6;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index 3233e3a..8e8da7f 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -201,7 +201,7 @@ schema, see L. { is_nullable => 1 } -Set this to a true value for a columns that is allowed to contain NULL +Set this to a true value for a column that is allowed to contain NULL values, default is false. This is currently only used to create tables from your schema, see L. @@ -639,7 +639,7 @@ sub _pri_cols_or_die { } # same as above but mandating single-column PK (used by relationship condition -# inferrence) +# inference) sub _single_pri_col_or_die { my $self = shift; my ($pri, @too_many) = $self->_pri_cols_or_die;