Re: DatabaseMetaData.getCrossReference(...)

From: Kris Jurka <books(at)ejurka(dot)com>
To: Friedrich Schaeuffelhut <fries(at)oasis(dot)desert(dot)lnp(dot)org>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: DatabaseMetaData.getCrossReference(...)
Date: 2003-04-16 07:25:47
Message-ID: Pine.LNX.4.33.0304160324050.5589-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 3 Apr 2003, Friedrich Schaeuffelhut wrote:

> The function DatabaseMetaData.getCrossReference(..) provides information
> about how tables reference each other. Thereby there is a field fk_name
> which should contain the name of the foreign key. But the value of this
> field is "fk_name\000..\000..".

This has already been fixed in the cvs version of the driver.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2003-04-16 07:55:58 Re: setCatalog
Previous Message Kris Jurka 2003-04-16 07:24:02 Re: Bug in getImportedExportedKeys(), DatabaseMetaData class