Re: [JDBC] DatabaseMetaData.getImported/ExportedKeys() patch

2001-10-26 Thread Justin Clift
Hi all, I'm not sure, but these are the methods which allow an external application (i.e. an ERD tool) to query a database and know the relationships between the tables aren't they? If so, this is a very important feature which, once implemented properly, will allow Java tools and programs (for

Re: [JDBC] DatabaseMetaData.getImported/ExportedKeys() patch

2001-10-26 Thread Jason Davies
On Fri, Oct 26, 2001 at 09:52:11AM -0700, Barry Lind wrote: > Jason, > > Can you explain what this patch is attempting to fix? Given that we are > in beta with 7.2, I want to fully understand the problem here before > applying this patch. (Especially given that the diff is pretty large and >

Re: [JDBC] DatabaseMetaData.getImported/ExportedKeys() patch

2001-10-26 Thread Barry Lind
Jason, Can you explain what this patch is attempting to fix? Given that we are in beta with 7.2, I want to fully understand the problem here before applying this patch. (Especially given that the diff is pretty large and not a one or two line change). Also what testing have you done on this?

[JDBC] DatabaseMetaData.getImported/ExportedKeys() patch

2001-10-26 Thread Jason Davies
Hi, Here is a diff for DatabaseMetaData.getImportedKeys() and DatabaseMetaData.getExportedKeys(). Please check that it works :) Thanks, Jason Davies [EMAIL PROTECTED] Index: jdbc1/DatabaseMetaData.java === RCS file: /projects/cv