Обсуждение: Problem w/ getImportedKeys()

Поиск
Список
Период
Сортировка

Problem w/ getImportedKeys()

От
"Nikhil G. Daddikar"
Дата:
Looks like it doesn't work, or am I missing something? I only get a subset of foreign keys.

I am using the pgjdbc2.jar driver from jdbc.postgresql.org.

Any help would be appreciated.

Thanks.


Re: Problem w/ getImportedKeys()

От
Aaron Mulder
Дата:
On Fri, 2 Aug 2002, Nikhil G. Daddikar wrote:
> Looks like it doesn't work, or am I missing something? I only get a subset of foreign keys.
>
> I am using the pgjdbc2.jar driver from jdbc.postgresql.org.
>
> Any help would be appreciated.

    This has been fixed in the latest development driver.  You can
build from CVS, or it might have made it into the lastest development
binary on the web site (I don't recall exactly -when- it was fixed).

Aaron