Re: Calling functions with smallint fails - Mailing list pgsql-jdbc

From Markus Schaber
Subject Re: Calling functions with smallint fails
Date
Msg-id 20041025111508.136cf88d@kingfisher.intern.logi-track.com
Whole thread Raw
In response to Re: Calling functions with smallint fails  (Kris Jurka <books@ejurka.com>)
List 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 by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Problems with protocol V3 after migration to latest driver
Next
From: Oliver Jowett
Date:
Subject: Re: Problems with protocol V3 after migration to latest driver