Re: Array passing

From: Maciek Sakrejda <msakrejda(at)truviso(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Array passing
Date: 2009-04-08 15:08:37
Message-ID: 1239203317.27134.1415.camel@manatee.sm.truviso.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Maybe this is obvious, but have you tried applying the patch to CVS as
of the date of that mailing list post? That should (hopefully) give you
a good idea whether (and to what extent) it did work at the time.

-Maciek

-----Original Message-----
From: John Lister <john(dot)lister-ps(at)kickstone(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] Array passing
Date: Wed, 8 Apr 2009 14:54:11 +0100

I've applied the patch, but there seems to be a couple of issues.

To do binary transfer, it needs to do a describe before the bind so as to
get the returned field types. This seems to only be done when
ForceBinaryTransfer is set.

Secondly when it does the describe, sendParse trashes the fields details by
setting them to null before the main query is executed.

Did this patch use to work, i can't see how in its current form.

I'll continue investigating unless there are any hints...

Thanks

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message John Lister 2009-04-08 15:25:06 Re: Array passing
Previous Message John Lister 2009-04-08 13:54:11 Re: Array passing