Re: getBinaryStream and OutOfMemoryException

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: getBinaryStream and OutOfMemoryException
Дата
Msg-id 42C1CCE8.6060809@opencloud.com
обсуждение исходный текст
Ответ на Re: getBinaryStream and OutOfMemoryException  (Jesper Thorhauge <jth@conzentrate.com>)
Список pgsql-jdbc
Jesper Thorhauge wrote:
> Okay, thats seems like a lot!! What are the priorities about getting
> this modification into the driver? I have seen some other posts
> regarding this binaryStream / memory problem, so it seems that i'm not
> the only one :-)

There's no real priority; it'll happen when someone with time and
motivation implements it..

It's not trivial to do as the driver doesn't know ahead of time which
columns are bytea -- so either it must do an extra network roundtrip to
enquire about column types, or be ready to handle binary-format results
for *all* types.

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Byron Nikolaidis"
Дата:
Сообщение: Re: prepared statement incompatibility
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: prepared statement incompatibility