Re: getTypeMap() returns null - bug? - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: getTypeMap() returns null - bug?
Date
Msg-id CADK3HH+XdAA8AFCczsc+XL_3vdJu54iw+aogEu5rXMb3Krk5xg@mail.gmail.com
Whole thread Raw
In response to Re: getTypeMap() returns null - bug?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: getTypeMap() returns null - bug?
List pgsql-jdbc


On Mon, 11 May 2020 at 10:04, David G. Johnston <david.g.johnston@gmail.com> wrote:
On Monday, May 11, 2020, David G. Johnston <david.g.johnston@gmail.com> wrote:

Yes, it is a bug. It should return an empty typemap


Given the code in getObject and lack of use anywhere else I’d say it should return the unsupported exception.  Not reason to delay the error until later.

Actually...I’ll srick with my original thought that making it an exception now is not desirable as it could break working code (though not likely...) for no real gain.

David J. 

Using it will throw an exception later in getObject() 
Dave Cramer
www.postgres.rocks 

pgsql-jdbc by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: getTypeMap() returns null - bug?
Next
From: "David G. Johnston"
Date:
Subject: Re: getTypeMap() returns null - bug?