Re: Forcing cursor behavior - Mailing list pgsql-jdbc

From Віталій Тимчишин
Subject Re: Forcing cursor behavior
Date
Msg-id 331e40660907202142s2abd0517icb79620cc38554f7@mail.gmail.com
Whole thread Raw
In response to Forcing cursor behavior  (Shawn Heisey <pgsql@elyograg.org>)
List pgsql-jdbc


2009/7/21 Shawn Heisey <pgsql@elyograg.org>

Would it be possible to patch the jdbc driver so that it will internally turn autcommit off, set the fetchsize to 10,000, and ignore any attempt by the application to change these parameters?  Could someone create such a patch for me? I am using java 1.5, so the driver compiles as the 3g version.

Is not it easier to use a delegating driver that does required actions on *Statement creation? You won't have to get into Postgresql JDBC driver and will have no problems with any driver updates.

pgsql-jdbc by date:

Previous
From: Shawn Heisey
Date:
Subject: Forcing cursor behavior
Next
From: Shawn Heisey
Date:
Subject: Re: Forcing cursor behavior