Re: datatype conversion thoughts - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: datatype conversion thoughts
Date
Msg-id 416AF8EF.7060200@opencloud.com
Whole thread Raw
In response to Re: datatype conversion thoughts  ("Barry Lind" <blind@xythos.com>)
Responses Re: datatype conversion thoughts
List pgsql-jdbc
Barry Lind wrote:
> Kris,
>
> How would PGDataType relate to PGObject?  I have always thought that
> PGObject should be extended and used for all datatypes (not just
> extensions).

We have the problem that PGobject is a public interface, so we probably
need an adaption layer at a minimum to handle older PGobject
implementations that don't know about binary formats, streaming, etc
when they are introduced.

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: A solution to the SSL customizing problem
Next
From: Oliver Jowett
Date:
Subject: Re: datatype conversion thoughts