BUG #2628: jdbc2
Started by Mussumover 19 years ago2 messagesbugs
The following bug has been logged online:
Bug reference: 2628
Logged by: viniciusasousa
Email address: viniciusasousa@yahoo.com.br
PostgreSQL version: 8.0
Operating system: windows
Description: jdbc2
Details:
I has problem:
org.postgresql.jdbc2.Jdbc2DatabaseMetaData.locatorsUpdateCopy()Z
Re: BUG #2628: jdbc2
On Thu, 14 Sep 2006, viniciusasousa wrote:
The following bug has been logged online:
Bug reference: 2628
PostgreSQL version: 8.0
Description: jdbc2
Details:I has problem:
org.postgresql.jdbc2.Jdbc2DatabaseMetaData.locatorsUpdateCopy()Z
locatorsUpdateCopy is not part of the JDBC2 spec, but was added in JDBC3.
So you'll need to download the JDBC3 version.
Kris Jurka