Enforcing CONCUR_*

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Enforcing CONCUR_*
Date: 2005-01-27 21:18:47
Message-ID: 41F95AB7.3090900@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I just noticed that CONCUR_READ_ONLY/CONCUR_UPDATEABLE are not enforced
by the driver -- you can update any resultset regardless of the
concurrency setting (assuming it meets the other requirements to be
updateable).

Should we be enforcing that the resultset must be CONCUR_UPDATABLE
before allowing update operations?

-O

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-01-27 21:28:39 Re: Enforcing CONCUR_*
Previous Message Oliver Jowett 2005-01-27 21:00:41 Re: moveToInsertRow doesn't work when using prepared statements