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

From Dave Cramer
Subject Re: BIGINT <-> java.lang.String auto cast
Date
Msg-id 4295B69E.1070308@fastcrypt.com
Whole thread Raw
In response to Re: BIGINT <-> java.lang.String auto cast  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: BIGINT <-> java.lang.String auto cast
List pgsql-jdbc
Oliver,

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

I think most of the conversions are being handled by the server.

Dave

Oliver Jowett wrote:

>Dave Cramer wrote:
>
>
>>I have a patch that I haven't applied yet, but can that will allow you
>>to use setObject(n, obj,sqltype) and it will convert obj to the sqltype
>>requested as per the spec.
>>
>>
>
>Err the current driver already did this, I thought?
>
>-O
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: if posting/reading through Usenet, please send an appropriate
>      subscribe-nomail command to majordomo@postgresql.org so that your
>      message can get through to the mailing list cleanly
>
>
>
>

--
Dave Cramer
http://www.postgresintl.com
519 939 0336
ICQ#14675561


pgsql-jdbc by date:

Previous
From: Giuseppe Sacco
Date:
Subject: Re: DatabaseMetaData.getExtraNameCharacters
Next
From: "Samuel L. Bronkowitz"
Date:
Subject: Fractional timezone bug + patch