Re: getTypeMap() returns null - bug?

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: getTypeMap() returns null - bug?
Дата
Msg-id CAKFQuwab=smfcQy7zN1ytVBKXcMb3NN7SgKRbpeysNCgRUvp8A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: getTypeMap() returns null - bug?  (Dave Cramer <davecramer@postgres.rocks>)
Список pgsql-jdbc
On Monday, May 11, 2020, Dave Cramer <davecramer@postgres.rocks> wrote:


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() 

I know...IMO that whole block in getObject should be tossed, the protected variable removed, and the getter and setter made to throw exceptions.  Having the exception happen in getObject is what i’m opposed to but accept as a matter of backward compatibility.

David J.

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: getTypeMap() returns null - bug?
Следующее
От: rob stone
Дата:
Сообщение: Re: getTypeMap() returns null - bug?