From: | Kris Jurka <books(at)ejurka(dot)com> |
---|---|
To: | Declan Lynch <declan(dot)lynch(at)dit(dot)ie> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: PostgreSQL 7.4.1 JDBC driver bug |
Date: | 2004-05-07 05:30:16 |
Message-ID: | Pine.BSO.4.56.0405070029100.32656@leary.csoft.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Wed, 5 May 2004, Declan Lynch wrote:
> PostgreSQL 7.4.1 JDBC driver bug
>
> In the package
>
> org.postgresql.geometric
>
> the class PGcircle contains what I think is an "oversight".
>
> For classes in this package fields are declared "public" allowing direct
> access. This is true for all classes execept PGcircle where the radius
> field is declared without a modifier. This makes the class unusable
> from a java program without modification, as no accessor method is
> defined.
>
This has been fixed in both the stable and development cvs trees and will
be included with the next release. Thanks for the report.
Kris Jurka
From | Date | Subject | |
---|---|---|---|
Next Message | Safwan Hak | 2004-05-07 14:04:05 | Re: Postgre 7.3.x Bug with datetime formatting. |
Previous Message | Tom Lane | 2004-05-07 04:38:50 | Re: CONNECT BY |