Re: ordering of results returned from DatabaseMetaData.getImportedKeys() - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: ordering of results returned from DatabaseMetaData.getImportedKeys()
Date
Msg-id Pine.LNX.4.33.0312311630320.17433-100000@leary.csoft.net
Whole thread Raw
In response to ordering of results returned from DatabaseMetaData.getImportedKeys()  (peter royal <proyal@pace2020.com>)
Responses Re: ordering of results returned from  (Dave Cramer <pg@fastcrypt.com>)
List 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



pgsql-jdbc by date:

Previous
From: "George Lessmann"
Date:
Subject: Re: odd jdbc driver synchronization issue
Next
From: Dave Cramer
Date:
Subject: Re: ordering of results returned from