Enforcing CONCUR_* - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Enforcing CONCUR_*
Date
Msg-id 41F95AB7.3090900@opencloud.com
Whole thread Raw
Responses Re: Enforcing CONCUR_*
List 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

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: moveToInsertRow doesn't work when using prepared statements
Next
From: Kris Jurka
Date:
Subject: Re: Enforcing CONCUR_*