Re: What is "objsubid"?

Поиск
Список
Период
Сортировка
От Remigius Stalder
Тема Re: What is "objsubid"?
Дата
Msg-id 002c01c2a694$ab97d420$8401a8c0@descom.local
обсуждение исходный текст
Ответ на What is "objsubid"?  ("M. A. Sridhar" <m_a_sridhar@yahoo.com>)
Ответы Re: What is "objsubid"?
Список pgsql-jdbc
Hi,

I have had the same problem as M. A. Sridhar, with pg 7.1.3 when trying to
reverse a schema with Torque 3.0 stable.

My solution: downgrade to pd-jdbc driver version 7.2, which still supports
7.1 meta data.

http://jdbc.postgresql.org/download/pg72jdbc1.jar (JDK 1.1)
http://jdbc.postgresql.org/download/pg72jdbc2.jar (JDK 1.2, 1.3, 1.4)

To Kris Jurka: As you may be aware of, it is not always possible to upgrade
a production environment at any time, like installing a new WinZip on my
desktop. Normally, this must be carefully evaluated and planned. So your
suggestion to upgrade may not be feasible under usual circumstances.
Therefore it would be nice if existing features (i.e. pg 7.1 meta data) were
not broken in subsequent driver versions. IMHO meta data is a weak point in
the pd jdbc driver. I have not encountered many combinations of pg server/pg
jdbc driver that worked correctly.

Best regards,

Remigius Stalder
Descom Consulting Ltd.
Gerbergasse 16
CH-4001 Basel
http://www.descom-consulting.ch


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

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: Conversion between UNICODE and LATIN1 is not supported
Следующее
От: Carlos Correia
Дата:
Сообщение: Re: Strange behaviour of JDBC driver for PostgreSQL