Re: Calling functions with smallint fails

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Calling functions with smallint fails
Дата
Msg-id Pine.BSO.4.56.0410211358590.8130@leary.csoft.net
обсуждение исходный текст
Ответ на Calling functions with smallint fails  (Christian Niles <christian@unit12.net>)
Ответы Re: Calling functions with smallint fails  (Christian Niles <christian@unit12.net>)
Re: Calling functions with smallint fails  (Markus Schaber <schabios@logi-track.com>)
Список pgsql-jdbc

On Thu, 21 Oct 2004, Christian Niles wrote:

>
>  From a basic examination of the code, it seems that setShort(int,
> short) simply serializes the value to a string, making it
> indistinguishable from an integer.

This has been fixed in the 8.0 driver series as all calls are now strongly
typed.

Kris Jurka

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

Предыдущее
От: Christian Niles
Дата:
Сообщение: Calling functions with smallint fails
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: ClassCastException in getShort(int)