Re: Using BigInteger as argument to AbstractJdbc2Statement.setObject - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Using BigInteger as argument to AbstractJdbc2Statement.setObject
Date
Msg-id 4A79694F.9060404@opencloud.com
Whole thread Raw
In response to Using BigInteger as argument to AbstractJdbc2Statement.setObject  (Sylvain Leroux <sl20@wanadoo.fr>)
Responses Re: Using BigInteger as argument to AbstractJdbc2Statement.setObject  (Sylvain Leroux <sl20@wanadoo.fr>)
List pgsql-jdbc
Sylvain Leroux wrote:

> Moreover other scripting languages for the Java platform may exhibit the
> same behavior. So, it would be great if we have support for passing
> BigInteger as argument to the setObject method in prepared statements.
> Even if it's not required by the JDBC API.
>
> Best of all, the patch is trivial as you will see: I send the result of
> a ``cvs diff -u8pN'' as an attachment.

Why NUMERIC instead of an integer type?

Might as well make setBigInteger() private if you're not also going to
expose it on PGStatement (I don't think it needs to be exposed there)

Incidentally, the JDBC spec does provide a standard mapping from
BigDecimal (not BigInteger) to NUMERIC.

-O

pgsql-jdbc by date:

Previous
From: Sylvain Leroux
Date:
Subject: Using BigInteger as argument to AbstractJdbc2Statement.setObject
Next
From: Sylvain Leroux
Date:
Subject: Re: Using BigInteger as argument to AbstractJdbc2Statement.setObject