Re: Lock-when-Loaded failing

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: DanixDefcon5 <danixdefcon5(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Lock-when-Loaded failing
Date: 2006-06-21 22:56:11
Message-ID: 4499CE8B.40302@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

DanixDefcon5 wrote:

> It says that the DataStore doesn't support locking for update at row
> level.

AFAIK the driver returns true from
DatabaseMetaData.supportsSelectForUpdate(). I don't know what additional
things the Sun implementation requires to support its "lock-when-loaded"
mode. You will have to ask Sun.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Guyver 2006-06-22 08:16:32 Re: Binary tx format for an array?
Previous Message Oliver Jowett 2006-06-21 22:52:35 Re: Limit vs setMaxRows issue