Re: Forcing cursor behavior

Поиск
Список
Период
Сортировка
От Віталій Тимчишин
Тема Re: Forcing cursor behavior
Дата
Msg-id 331e40660907202142s2abd0517icb79620cc38554f7@mail.gmail.com
обсуждение исходный текст
Ответ на Forcing cursor behavior  (Shawn Heisey <pgsql@elyograg.org>)
Список 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 по дате отправления:

Предыдущее
От: Shawn Heisey
Дата:
Сообщение: Forcing cursor behavior
Следующее
От: Shawn Heisey
Дата:
Сообщение: Re: Forcing cursor behavior