Re: BIGINT <-> java.lang.String auto cast

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: pg(at)fastcrypt(dot)com
Cc: "Sergey A(dot) Sokolov" <abac(at)xtech(dot)ru>, 'Roland Walter' <rwa(at)mosaic-ag(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: BIGINT <-> java.lang.String auto cast
Date: 2005-05-26 23:17:43
Message-ID: 42965917.7090206@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2005-05-27 00:18:37 Re: BIGINT <-> java.lang.String auto cast
Previous Message Dave Cramer 2005-05-26 11:44:30 Re: BIGINT <-> java.lang.String auto cast