[Dbix-class] How to
Joerg Braun
joerg at braun-senden.de
Tue Jun 19 13:12:54 GMT 2012
On Tue, 19 Jun 2012 10:26:19 +0100, Dave Howorth
>
> I still don't understand the UPDATE vs INSERT issue.
>
In his first mail he told us that a user has to seelct a minimum value from
some table. That has to be valid until the insert committed. He wants to
avoid a second user in receiving the same minimum value.
His idea was to lock the table for reading until the insert is done, which
would create a new minimum value.
More information about the DBIx-Class
mailing list