Re: patch - support for multi-dimensional arrays and NULL values - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: patch - support for multi-dimensional arrays and NULL values
Date
Msg-id 469B28AD.9010701@opencloud.com
Whole thread Raw
In response to Re: patch - support for multi-dimensional arrays and NULL values  (Marek Lewczuk <newsy@lewczuk.com>)
Responses Re: patch - support for multi-dimensional arrays and NULL values  (Marek Lewczuk <newsy@lewczuk.com>)
List 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

pgsql-jdbc by date:

Previous
From: Marek Lewczuk
Date:
Subject: Re: patch - support for multi-dimensional arrays and NULL values
Next
From: Marek Lewczuk
Date:
Subject: Re: patch - support for multi-dimensional arrays and NULL values