Re: oid int issue with CachedRowSet upgrading from JDBC 8.4 to 9.1 - Mailing list pgsql-jdbc

From otran
Subject Re: oid int issue with CachedRowSet upgrading from JDBC 8.4 to 9.1
Date
Msg-id 1331333985866-5551923.post@n5.nabble.com
Whole thread Raw
In response to Re: oid int issue with CachedRowSet upgrading from JDBC 8.4 to 9.1  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: oid int issue with CachedRowSet upgrading from JDBC 8.4 to 9.1  (Dave Cramer <pg@fastcrypt.com>)
List 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 by date:

Previous
From: Dave Cramer
Date:
Subject: Re: oid int issue with CachedRowSet upgrading from JDBC 8.4 to 9.1
Next
From: Florent Guillaume
Date:
Subject: Re: create function with dollar quoted body