Re: oid int issue with CachedRowSet upgrading from JDBC 8.4 to 9.1

Поиск
Список
Период
Сортировка
От otran
Тема Re: oid int issue with CachedRowSet upgrading from JDBC 8.4 to 9.1
Дата
Msg-id 1331333985866-5551923.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: oid int issue with CachedRowSet upgrading from JDBC 8.4 to 9.1  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: oid int issue with CachedRowSet upgrading from JDBC 8.4 to 9.1  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
Hi Dave,

This did work when we were using the 8.4 jdbc driver. With 9.1, we see a
call com.sun.rowset.CachedRowSetImpl.initMetaData(CachedRowSetImpl.java:701)
that is trying to read the OID now when building this metadata.

So CacheRowSetImpl is just highlighting a difference between the 8.4 and 9.1
jdbc drivers in terms of the implementation of grabbing the initMetaData.

Thanks,
Owen




--
View this message in context:
http://postgresql.1045698.n5.nabble.com/oid-int-issue-with-CachedRowSet-upgrading-from-JDBC-8-4-to-9-1-tp5551763p5551923.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: oid int issue with CachedRowSet upgrading from JDBC 8.4 to 9.1
Следующее
От: Florent Guillaume
Дата:
Сообщение: Re: create function with dollar quoted body