8.2 driver release

From: Kris Jurka <books(at)ejurka(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: 8.2 driver release
Date: 2006-12-01 13:05:09
Message-ID: Pine.BSO.4.64.0612010744440.14260@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


I've built the official 8.2 driver releases and they are up at
http://jdbc.postgresql.org/download.html

Major features in this release:

- Performance improvements in retrieving ResultSets: Mikko Tiihonen, Luis
Vilar Flores, and Eberhard Schulte.

- Correct parsing of statements using dollar quotes and comments: Michael
Paesold

- Works with standard_conforming_strings enabled in the backend: Michael
Paesold

- Add a URL parameter to optionally reduce the strictness of the type
information passed from PreparedStatement.setString(). This makes working
with user defined types easier. Oliver Jowett

- Driver builds under JDK1.6: Kris Jurka

- Update results of precision and display size MetaData to match the new
more specific javadoc. A number of RowSet implementations rejected some
of our previous results so this should improve our compatibility with
them. Kris Jurka

Kris Jurka

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marcin Waldowski 2006-12-01 13:16:10 Locking on PGStream.ReceiveChar(PGStream.java:256)
Previous Message Kris Jurka 2006-12-01 12:44:37 Re: release for 8.2