Re: Array passing

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: John Lister <john(dot)lister-ps(at)kickstone(dot)com>
Cc: Kris Jurka <books(at)ejurka(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Array passing
Date: 2009-04-08 10:31:28
Message-ID: 491f66a50904080331r6b106373u29cc0c2907a68431@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, Apr 8, 2009 at 3:33 AM, John Lister <john(dot)lister-ps(at)kickstone(dot)com>wrote:

> Cheers for the pointer to the patches, i'll have a look.... I may be over
> simplifying things (and i haven't looked at probably nearly enough of the
> jdbc code) but surely the driver knows from the server what types it is
> returning and can thus convert to whatever the user wants in the same way it
> converts from string.
>
>

> Yes, it does know what types it is returning but it also has to do some
> more work to determine the native representation. As I mentioned there is at
> least one problem that I am aware of and that is different server types for
> datetime.
>

Dave

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message ram subbu 2009-04-08 11:56:17 String Formula to calculate the value
Previous Message John Lister 2009-04-08 07:33:44 Re: Array passing