Re: Are there any compatibility problem with using pg74jdbc3.jar

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Are there any compatibility problem with using pg74jdbc3.jar
Дата
Msg-id 40A5B5AA.4010502@opencloud.com
обсуждение исходный текст
Ответ на Are there any compatibility problem with using pg74jdbc3.jar with Postgres 7.3?  (Clark Kent <cak0251@yahoo.com>)
Список pgsql-jdbc
Clark Kent wrote:
> We are trying to using pg74jdbc3.jar

Which build?

> with postgres 7.3.

Which 7.3?

> This is being
> done since the new driver has some needed features, and we don't want to
> change the database version.  It seems to "mostly" work.  (The driver
> seems to be throwing exception for every insert/update that is done, but
> the operation seems to be working correctly)

Can you provide an example of the exception & stacktrace you see?

> Are there any
> compatibility problems that we should be worried about?

Not that I know of; the latest 7.4 driver should work correctly against
a 7.3 server (modulo server bugs -- IIRC, some versions of 7.3 can
corrupt bytea data when transmitted to the client, depending on the
database encoding in use)

-O

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

Предыдущее
От: Clark Kent
Дата:
Сообщение: Are there any compatibility problem with using pg74jdbc3.jar with Postgres 7.3?
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Warnings