<div class="markdown">
<p dir="auto">just use the scalar version:</p>

<p dir="auto">for<br>
       Value: ( 'update' | 'shared' | \$scalar )</p>

<pre><code>   Set to 'update' for a SELECT ... FOR UPDATE or 'shared' for a SELECT
   ... FOR SHARED. If \$scalar is passed, this is taken directly and
   embedded in the query.
</code></pre>

<p dir="auto">with </p>

<pre><code>{
    for =&gt; \q{UPDATE SKIP LOCKED}
}
</code></pre>

<p dir="auto">On 4 May 2016, at 12:59, Dmitry Belyavsky wrote:</p>

<blockquote>
<p dir="auto">Hello,</p>

<p dir="auto">is there a support for the PostgreSQL SELECT FOR UPDATE SKIP LOCKED clause<br>
in the DBIx::Class? And how difficult is to add it if not?</p>

<p dir="auto">Thank you!</p>

<p dir="auto">-- <br>
SY, Dmitry Belyavsky</p>

<hr>

<p dir="auto">List: <a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class</a><br>
IRC: irc.perl.org#dbix-class<br>
SVN: <a href="http://dev.catalyst.perl.org/repos/bast/DBIx-Class/">http://dev.catalyst.perl.org/repos/bast/DBIx-Class/</a><br>
Searchable Archive: <a href="http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk">http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk</a></p>
</blockquote>

</div>