Re: PostgreSQL 7.4.1 JDBC driver bug - Mailing list pgsql-bugs

From Kris Jurka
Subject Re: PostgreSQL 7.4.1 JDBC driver bug
Date
Msg-id Pine.BSO.4.56.0405070029100.32656@leary.csoft.net
Whole thread Raw
In response to PostgreSQL 7.4.1 JDBC driver bug  (Declan Lynch <declan.lynch@dit.ie>)
List 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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: CONNECT BY
Next
From: "Safwan Hak"
Date:
Subject: Re: Postgre 7.3.x Bug with datetime formatting.