Re: Array passing - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Array passing
Date
Msg-id 491f66a50904080331r6b106373u29cc0c2907a68431@mail.gmail.com
Whole thread Raw
In response to Re: Array passing  (John Lister <john.lister-ps@kickstone.com>)
List pgsql-jdbc


On Wed, Apr 8, 2009 at 3:33 AM, John Lister <john.lister-ps@kickstone.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

pgsql-jdbc by date:

Previous
From: John Lister
Date:
Subject: Re: Array passing
Next
From: "John Lister"
Date:
Subject: Re: Array passing