Re: OID Bug in AbstractJdbc2DatabaseMetaData.java

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: OID Bug in AbstractJdbc2DatabaseMetaData.java
Дата
Msg-id Pine.BSO.4.64.0712020148490.29476@leary.csoft.net
обсуждение исходный текст
Ответ на OID Bug in AbstractJdbc2DatabaseMetaData.java  (Q <qdolan@gmail.com>)
Список pgsql-jdbc

On Mon, 7 May 2007, Q wrote:

> I recently ran into an issue upgrading from the 8.1 JDBC driver where the
> more recent drivers would throw an exception when retrieving meta data if
> there were any relations with very large OID's. (exceeding 2^31).
>
> The following patch "resolved" things enough to avoid the issue.
>
> [Retrieve as long and cast to int.]

Based on this I've put a fix into CVS for all the places that retrieve
oids as integers, so we can work on databases that have high OIDs.

Kris Jurka

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

Предыдущее
От: Marek Lewczuk
Дата:
Сообщение: Re: AbstractJdbc2Array - another patch
Следующее
От: Roy Smith
Дата:
Сообщение: Re: "create type" custom types not supported by JDBC