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

From Altaf Malik
Subject Could not find commit messages for the changelog
Date
Msg-id 947049.52644.qm@web39111.mail.mud.yahoo.com
Whole thread Raw
Responses Re: Could not find commit messages for the changelog  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Hi,
 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? or if they are planned to be included in next release? Here are the three issues that were not found in pgjdbc-commit archives.
 
  1. Add methods to PGInterval to combine and scale intervals. (jurka)
  2. 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)
  3. Fix the error message generated by a CallableStatement not getting results that match the registered out parameters to report the correct parameter position. (jurka)

Can anybody tell me where to find the patch of the above mentioned items.
 
--Altaf Malik


Ahhh...imagining that irresistible "new car" smell?
Check out new cars at Yahoo! Autos.

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: slow jdbc postgres connection
Next
From: Guy Rouillier
Date:
Subject: Re: prepareCall with batch?