Re: ordering of results returned from DatabaseMetaData.getImportedKeys()

From: Kris Jurka <books(at)ejurka(dot)com>
To: peter royal <proyal(at)pace2020(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: ordering of results returned from DatabaseMetaData.getImportedKeys()
Date: 2003-12-31 21:33:29
Message-ID: Pine.LNX.4.33.0312311630320.17433-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 31 Dec 2003, peter royal wrote:

> Here's the situation:
>
> I have a table that has multiple foreign keys to another table, and the
> key is a composite key (ie multiple fields).
>
> The results returned from DatabaseMetaData.getImportedKeys() seem
> "wrong" in that all the KEY_SEQ 1's are returned first and then all the
> 2's
>

What version of the JDBC driver and what version of the database server
are you using? It should report results as you expect.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2003-12-31 21:52:36 Re: ordering of results returned from
Previous Message George Lessmann 2003-12-31 21:29:17 Re: odd jdbc driver synchronization issue