Re: Will Connection.createBlob be implemented any time soon?

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Andreas Joseph Krogh <andreak(at)officenet(dot)no>, PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Will Connection.createBlob be implemented any time soon?
Date: 2014-01-29 05:57:25
Message-ID: 52E89845.5040405@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Ringer 2014-01-29 06:01:24 Re: Will Connection.createBlob be implemented any time soon?
Previous Message Andreas Joseph Krogh 2014-01-28 14:37:14 Re: Will Connection.createBlob be implemented any time soon?