Re: Bug: Driver(8.2dev-500.jdbc3) does not handle

From: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: "j(dot)random(dot)programmer" <javadesigner(at)yahoo(dot)com>, pg(at)fastcrypt(dot)com, Postgres JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Bug: Driver(8.2dev-500.jdbc3) does not handle
Date: 2005-12-21 09:32:29
Message-ID: 1135157548.14216.108.camel@coppola.muc.ecircle.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Markus Schaber 2005-12-21 09:59:06 Re: Bug: Driver(8.2dev-500.jdbc3) does not handle
Previous Message Roland Walter 2005-12-21 09:17:41 Re: Feature request for setting the role with the URL