8.2 driver release

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема 8.2 driver release
Дата
Msg-id Pine.BSO.4.64.0612010744440.14260@leary2.csoft.net
обсуждение исходный текст
Список 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

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: release for 8.2
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: PostgreSQL 8.2rc1 with JDBC/HEAD