Re: Calling functions with smallint fails

Поиск
Список
Период
Сортировка
От Markus Schaber
Тема Re: Calling functions with smallint fails
Дата
Msg-id 20041025111508.136cf88d@kingfisher.intern.logi-track.com
обсуждение исходный текст
Ответ на Re: Calling functions with smallint fails  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Hi, Kris,

On Thu, 21 Oct 2004 13:59:54 -0500 (EST)
Kris Jurka <books@ejurka.com> 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.

And this just broke the persistence abstraction layer in one of our
legacy apps, as they use code like setString(i, obj.toString()) for
everything including Number types. :-(

Now, we have an additional reason to throw this crappy code away, and
replace it with hibernate :-)


Thanks for your great work.
Markus

--
markus schaber | dipl. informatiker
logi-track ag | rennweg 14-16 | ch 8001 zürich
phone +41-43-888 62 52 | fax +41-43-888 62 53
mailto:schabios@logi-track.com | www.logi-track.com

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Problems with protocol V3 after migration to latest driver
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Problems with protocol V3 after migration to latest driver