Re: Plans to implement ResultSet.getObject(String columnLabel, java.util.Map<String,Class<?>> map) ?

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Andreas Joseph Krogh <andreas(at)visena(dot)com>
Cc: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: Re: Plans to implement ResultSet.getObject(String columnLabel, java.util.Map<String,Class<?>> map) ?
Date: 2020-01-10 15:04:36
Message-ID: CADK3HH+2VEOqM_Sw7CoaRso1raSWUKUeDpq4BFD1DsXLiCXPOA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I think this one comes closest.

https://github.com/pgjdbc/pgjdbc/pull/1378
Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On Fri, 10 Jan 2020 at 10:02, Dave Cramer <pg(at)fastcrypt(dot)com> wrote:

> There is a patch buried in the myriad of pull requests that is looking at
> this.
>
> What would be your MVP here ?
>
> Dave Cramer
>
> davec(at)postgresintl(dot)com
> www.postgresintl.com
>
>
> On Wed, 8 Jan 2020 at 12:15, Andreas Joseph Krogh <andreas(at)visena(dot)com>
> wrote:
>
>> Any plans to implement:
>>
>> public Object getObjectImpl(int i, Map<String, Class<?>> map) throws SQLException
>>
>>
>> ?
>>
>> --
>> *Andreas Joseph Krogh*
>> CTO / Partner - Visena AS
>> Mobile: +47 909 56 963
>> andreas(at)visena(dot)com
>> www.visena.com
>> <https://www.visena.com>
>>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andreas Joseph Krogh 2020-01-10 17:26:58 Re: Plans to implement ResultSet.getObject(String columnLabel, java.util.Map<String,Class<?>> map) ?
Previous Message Dave Cramer 2020-01-10 15:02:39 Re: Plans to implement ResultSet.getObject(String columnLabel, java.util.Map<String,Class<?>> map) ?