JDBC Driver Database Meta Data - FK_NAME

From: Kris Jurka <jurka(at)ejurka(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: JDBC Driver Database Meta Data - FK_NAME
Date: 2002-09-09 20:19:05
Message-ID: 3D7D0239.2040700@ejurka.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


For the FK_NAME field in various DatabaseMetaData methods that rely on
getImportedExportedKeys use the actual constraint name (tgconstrname)
not the trigger arguments (tgargs).

Update the DatabaseMetaDataTest because 7.3 returns $n instead of
<unnamed> for unnamed constraints.

Also add a missing drop table in UpdateableResultTest.

Kris Jurka

Attachment Content-Type Size
dbmd-tests_fk-name.patch text/plain 3.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Kris Jurka 2002-09-09 21:12:04 JDBC Driver - Connection.getTransactionIsolationLevel
Previous Message Bruno Wolff III 2002-09-09 19:38:08 Re: cube and earthdistance diffs