Fix for DatabaseMetaData.getIndexInfo()

From: Barry Lind <barry(at)xythos(dot)com>
To: Postgres SQL Mailing List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Fix for DatabaseMetaData.getIndexInfo()
Date: 2001-10-16 20:54:16
Message-ID: 3BCC9E78.6050808@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Attached is a proposed fix for a bug in DatabaseMetaData.getIndexInfo().
This fixes a bug reported by tom_falconer(at)lineone(dot)net(dot) On Sept 7th,
he sent a test case to the list demonstrating the bug. His test case
now works successfully with this patch. If no one has any objections to
this patch, I will apply it in a couple of days.

thanks,
--Barry

Attachment Content-Type Size
patch.diff text/plain 3.6 KB

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joseph Shraibman 2001-10-16 21:44:57 Re: J2SE 1.4 and other patches
Previous Message Dave Cramer 2001-10-16 20:41:37 Re: Function calls via JDBC