From: Jess Robinson Date: Wed, 22 Mar 2006 22:41:38 +0000 (+0000) Subject: Fix up is_auto_increment doc X-Git-Tag: v0.06000~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e666492c72f0be5b53b6636506a7bc528085a1ee;p=dbsrgits%2FDBIx-Class.git Fix up is_auto_increment doc --- diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index e2e2d74..aaaa23c 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -91,7 +91,8 @@ If the column is allowed to contain NULL values, set a true value =item is_auto_increment Set this to a true value if this is a column that is somehow -automatically filled. This is currently not used by DBIx::Class. +automatically filled. This is used to determine which columns to empty +when cloning objects using C. =item is_foreign_key