JDBC3 + HOLD_CURSORS_OVER_COMMIT - Mailing list pgsql-jdbc

From Oliver Jowett
Subject JDBC3 + HOLD_CURSORS_OVER_COMMIT
Date
Msg-id 40FD90F2.1010006@opencloud.com
Whole thread Raw
Responses Re: JDBC3 + HOLD_CURSORS_OVER_COMMIT
List pgsql-jdbc
It occurred to me that we can support JDBC3's HOLD_CURSORS_OVER_COMMIT
behaviour quite simply by doing the same thing we do with scrollable
resultsets -- disable use of cursors entirely.

Does this sound worth doing? Obviously we could replace it with proper
WITH HOLD cursor-backed resultsets eventually..

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: revisiting transaction isolation
Next
From: Peter Eisentraut
Date:
Subject: Re: JDBC3 + HOLD_CURSORS_OVER_COMMIT