Re: Will Connection.createBlob be implemented any time soon? - Mailing list pgsql-jdbc

From Craig Ringer
Subject Re: Will Connection.createBlob be implemented any time soon?
Date
Msg-id 52E89845.5040405@2ndquadrant.com
Whole thread Raw
In response to Will Connection.createBlob be implemented any time soon?  (Andreas Joseph Krogh <andreak@officenet.no>)
Responses Re: Will Connection.createBlob be implemented any time soon?  (Andreas Joseph Krogh <andreak@officenet.no>)
List pgsql-jdbc
On 01/19/2014 09:14 PM, Andreas Joseph Krogh wrote:
> $subject
>
> It'd be nice to be able to do:
>
>                 val b = con.createBlob()
>                 val os = b.setBinaryStream(1)

The usual answer to "when will it be implemented" questions is "when
someone steps forward, does it, and submits a patch".

I haven't seen any prototypes or early attempts at this code. I suggest
taking a look and seeing what's involved in adding it.


--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-jdbc by date:

Previous
From: Andreas Joseph Krogh
Date:
Subject: Re: Will Connection.createBlob be implemented any time soon?
Next
From: Craig Ringer
Date:
Subject: Re: Will Connection.createBlob be implemented any time soon?