From: Jess Robinson Date: Mon, 19 May 2008 21:57:25 +0000 (+0000) Subject: Added doc for "for => update" attribute, thanks StuartL. X-Git-Tag: v0.08240~450 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=921b75f00f5ef23bdfbe3c72ae617e94e4040137;p=dbsrgits%2FDBIx-Class.git Added doc for "for => update" attribute, thanks StuartL. --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index f56254e..33c84d3 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -2656,4 +2656,15 @@ with a father in the person table, we could explicitly use C: =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;