BUG #2628: jdbc2

Started by Mussumover 19 years ago2 messagesbugs
Jump to latest
#1Mussum
viniciusasousa@yahoo.com.br

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

#2Kris Jurka
books@ejurka.com
In reply to: Mussum (#1)
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