Re: BIGINT <-> java.lang.String auto cast - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: BIGINT <-> java.lang.String auto cast
Date
Msg-id 42966881.2000609@opencloud.com
Whole thread Raw
In response to Re: BIGINT <-> java.lang.String auto cast  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: BIGINT <-> java.lang.String auto cast
List pgsql-jdbc
Dave Cramer wrote:
> Well, this is defined
>
> setObject( n, Double, Types.boolean) and the backend doesn't handle it

Ah, ok, guess we missed that one. AFAIK the driver should handle most of
the required conversions, though -- I don't see that adding support for
(for example) double->boolean requires a complete rewrite of setObject()
as you originally suggested, we already have a structure in place for
conversions?

What other conversions is the driver missing?

-O

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: BIGINT <-> java.lang.String auto cast
Next
From: Dave Cramer
Date:
Subject: Re: BIGINT <-> java.lang.String auto cast