Re: Bug: Driver(8.2dev-500.jdbc3) does not handle - Mailing list pgsql-jdbc

From Csaba Nagy
Subject Re: Bug: Driver(8.2dev-500.jdbc3) does not handle
Date
Msg-id 1135157548.14216.108.camel@coppola.muc.ecircle.de
Whole thread Raw
In response to Re: Bug: Driver(8.2dev-500.jdbc3) does not handle boolean->BIT  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: Bug: Driver(8.2dev-500.jdbc3) does not handle  (Markus Schaber <schabi@logix-tt.com>)
Re: Bug: Driver(8.2dev-500.jdbc3) does not handle  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
[snip]
> Another possible mapping would be to/from a Java boolean array. This has
> the problem that a Java array of booleans passed to setObject() should
> probably be mapped to an array of booleans on the server side, not to a
> bit(n) type.

What about a java.util.BitSet ? Or does it have to extend PGObject ?

Cheers,
Csaba.



pgsql-jdbc by date:

Previous
From: Roland Walter
Date:
Subject: Re: Feature request for setting the role with the URL
Next
From: Markus Schaber
Date:
Subject: Re: Bug: Driver(8.2dev-500.jdbc3) does not handle