Re: patch - support for multi-dimensional arrays and NULL values

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Marek Lewczuk <newsy(at)lewczuk(dot)com>
Cc: Kris Jurka <books(at)ejurka(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: patch - support for multi-dimensional arrays and NULL values
Date: 2007-07-16 08:13:33
Message-ID: 469B28AD.9010701@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Marek Lewczuk wrote:

> My opinion is that we should keep BC either by building two different
> jdbc versions or checking PG version every time getArray() is used (if <
> 8.2 then primitive types are used, if >= 8.2 then objects).

Use the "compatible" URL option to make this decision, rather than
server version (there are some helper functions around to help here)

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marek Lewczuk 2007-07-16 09:12:11 Re: patch - support for multi-dimensional arrays and NULL values
Previous Message Marek Lewczuk 2007-07-16 07:41:11 Re: patch - support for multi-dimensional arrays and NULL values