Re: [Patch] JDBC3 Blob support

From: Kris Jurka <books(at)ejurka(dot)com>
To: Michael Barker <mike(at)middlesoft(dot)co(dot)uk>
Cc: acoliver(at)jboss(dot)org, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [Patch] JDBC3 Blob support
Date: 2005-03-24 23:45:28
Message-ID: Pine.BSO.4.56.0503241844280.31387@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 24 Mar 2005, Michael Barker wrote:

> Yeah, you got me. My intent was to implement the above, but I kinda
> hacked in the CLOB stuff, as I was more interested in getting the BLOB
> support in place. If you would be willing to commit the BLOB pieces
> then it would be appreciated as this has the greatest benefit to the
> JBoss Mail project. I am still interested in doing the CLOB stuff as a
> have a picture of how to do it (though its not pretty), but would prefer
> it not to hold up the BLOB support. Would you like me to resubmit a
> BLOB patch w/JUnits?

I'll apply just the BLOB part of this while we decide what to do about
CLOBs.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message David Gagnon 2005-03-25 00:49:07 Re: [JDBC] plpgsql function with RETURNS SETOF refcursor AS. How to
Previous Message Kris Jurka 2005-03-24 23:44:05 Re: [JDBC] plpgsql function with RETURNS SETOF refcursor AS. How