Re: getBinaryStream and OutOfMemoryException - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: getBinaryStream and OutOfMemoryException
Date
Msg-id 42C1CCE8.6060809@opencloud.com
Whole thread Raw
In response to Re: getBinaryStream and OutOfMemoryException  (Jesper Thorhauge <jth@conzentrate.com>)
List 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 by date:

Previous
From: "Byron Nikolaidis"
Date:
Subject: Re: prepared statement incompatibility
Next
From: Oliver Jowett
Date:
Subject: Re: prepared statement incompatibility