Added doc for "for => update" attribute, thanks StuartL.
Jess Robinson [Mon, 19 May 2008 21:57:25 +0000 (21:57 +0000)]
lib/DBIx/Class/ResultSet.pm

index f56254e..33c84d3 100644 (file)
@@ -2656,4 +2656,15 @@ with a father in the person table, we could explicitly use C<INNER JOIN>:
 
 =cut
 
+=head2 for
+
+=over 4
+
+=item Value: ( 'update' | 'shared' )
+
+=back
+
+Set to 'update' for a SELECT ... FOR UPDATE or 'shared' for a SELECT
+... FOR SHARED.
+
 1;