Re: Problems with DatabaseMetaData.getImportedKeys

From: Kris Jurka <books(at)ejurka(dot)com>
To: Carlos Correia <carlos(at)m16e(dot)com>
Cc: Lista Postgres JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Problems with DatabaseMetaData.getImportedKeys
Date: 2004-02-06 14:07:45
Message-ID: Pine.LNX.4.33.0402060904500.8843-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 6 Feb 2004, Carlos Correia wrote:

> Hi,
>
> When I try to run the program DatabaseTest.java (see attach) with the
> db-test database (see attach: db-test.sql) I get duplicated tuples for
> each foreign key:
>
> I'm running PostgreSQL version 7.3.2 (Mandrake 9.1) with pg73jdbc3.jar
> driver.
>

This was fixed at some point. I think this was fixed somewhere is in the
7.3 series, but your jar file name is not enough to tell us the build
number you are using. Try upgrading to the latest 7.3 or 7.4 jar file
available here: http://jdbc.postgresql.org/download.html

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Carlos Correia 2004-02-06 14:08:13 Problems with DatabaseMetaData.getImportedKeys
Previous Message Kris Jurka 2004-02-06 12:53:56 Re: ResultSet construction and byte arrays