Re: Could not find commit messages for the changelog - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Could not find commit messages for the changelog
Date
Msg-id Pine.BSO.4.64.0704261422300.17790@leary.csoft.net
Whole thread Raw
In response to Could not find commit messages for the changelog  (Altaf Malik <mmalik_altaf@yahoo.com>)
List pgsql-jdbc

On Thu, 26 Apr 2007, Altaf Malik wrote:

> I was looking into what has exactly changed against a particular
> changelog in 8.3-600. I found few issues which are reported in the
> changelog but are not in pgjdbc-commit archives. Can anybody tell me if
> these changes are really in the latest code?

If they're in the changelog then they're in the release.  The changelog is
not a place to put speculation on possible future improvements.

>   Add methods to PGInterval to combine and scale intervals. (jurka)

http://gborg.postgresql.org/pipermail/pgjdbc-commit/2007-April/000609.html

>   Make the default object return type of oids to be a Java Long instead
> of Integer because oids are unsigned and exceed the range of Integer.
> (jurka)

http://gborg.postgresql.org/pipermail/pgjdbc-commit/2007-February/000584.html

>   Fix the error message generated by a CallableStatement not getting
> results that match the registered out parameters to report the correct
> parameter position. (jurka)
>

http://gborg.postgresql.org/pipermail/pgjdbc-commit/2007-March/000599.html

Kris Jurka

pgsql-jdbc by date:

Previous
From: Mario Medina
Date:
Subject: Configuring Tomcat Pool connections with postgres
Next
From: Dave Cramer
Date:
Subject: Re: prepareCall with batch?