Re: FW: OID, compatible=7.1 and getBinaryStream() in

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: FW: OID, compatible=7.1 and getBinaryStream() in
Дата
Msg-id Pine.LNX.4.33.0312171910500.13414-300000@leary.csoft.net
обсуждение исходный текст
Ответ на Re: FW: OID, compatible=7.1 and getBinaryStream() in  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: FW: OID, compatible=7.1 and getBinaryStream() in  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc

On 17 Dec 2003, Dave Cramer wrote:

> patched and backpatched,

The test case you've added has some issues:

1) It has a fixed connection string instead of using the connection
parameters from TestUtil.
2) It prints output to standard out instead of using asserts
3) It has the original comments describing the bug which are confusing if
you expect the test to pass.
4) It uses windows end of line characters.

This patch fixes these issues.

Additionally doing some testing revealed another bug with compatibilty
version handling.  If the user does not explicitly specify a "compatible"
parameter it defaults to the jdbc driver version.  It should instead
default to the server version the connection is for because a newer driver
can talk to older databases.

I've attached a patch for this as well.

Kris Jurka


Вложения

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: FW: OID, compatible=7.1 and getBinaryStream() in
Следующее
От: Kris Jurka
Дата:
Сообщение: Missing patches on 7.4 branch.