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 42965917.7090206@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:

> As far as I know it doesn't handle things like setObject( n, Date,
> Types.int )

Err, what the heck is the driver meant to do with that anyway? There's a
matrix of necessary-to-support conversions for setObject() in one of the
JDBC spec's appendicies.. from memory, date -> integer isn't one of them.

-O

pgsql-jdbc by date:

Previous
From: "Samuel L. Bronkowitz"
Date:
Subject: Fractional timezone bug + patch
Next
From: Dave Cramer
Date:
Subject: Re: BIGINT <-> java.lang.String auto cast