Added default_value caveat documentation to Ordered.pm
Michael Reddick [Sun, 22 Feb 2009 03:07:32 +0000 (03:07 +0000)]
lib/DBIx/Class.pm
lib/DBIx/Class/Ordered.pm

index 6ea8116..d698719 100644 (file)
@@ -261,6 +261,8 @@ marcus: Marcus Ramberg <mramberg@cpan.org>
 
 mattlaw: Matt Lawrence
 
+michaelr: Michael Reddick <michael.reddick@gmail.com>
+
 ned: Neil de Carteret
 
 nigel: Nigel Metheringham <nigelm@cpan.org>
index e95b693..be44991 100644 (file)
@@ -784,6 +784,11 @@ ResultSet class that supports a parent() method, for example.  Another
 solution is to somehow automagically modify the objects that exist 
 in the current object's result set to have the new position value.
 
+=head2 Default Values
+
+Using a database defined default_value on one of your group columns
+could result in the position not being assigned correctly.
+
 =head1 AUTHOR
 
 Aran Deltac <bluefeet@cpan.org>