[Dbix-class] Add 'FOR UPDATE NOWAIT' to SQLAHacks.pm

Gerhard Heift ml-dbix-class-20090107-b968 at gheift.de
Tue Jun 1 14:33:32 GMT 2010


Hello,

is it possible to add the following maps to DBIx::Class::SQLAHacks:

$for_syntax->{'share nowait'} = 'FOR SHARE NOWAIT';
$for_syntax->{'update nowait'} = 'FOR UPDATE NOWAIT';

I would like to use them to make non blocking queries to my database.

Thanks,
  Gerhard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
Url : http://lists.scsys.co.uk/pipermail/dbix-class/attachments/20100601/af228c9f/attachment.pgp


More information about the DBIx-Class mailing list