]> granicus.if.org Git - postgresql/commit
fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported by tom_f...
authorBarry Lind <barry@xythos.com>
Wed, 24 Oct 2001 04:31:50 +0000 (04:31 +0000)
committerBarry Lind <barry@xythos.com>
Wed, 24 Oct 2001 04:31:50 +0000 (04:31 +0000)
commit97ab49beb02e73c4e29eab21edefd887183496ad
tree737941310435a8dafee6cafd23a0a274f905b4bc
parentbd39e0c0d76e730981754f7c299bbcc65462dc22
fix for a bug in DatabaseMetaData.getIndexInfo().  This fixes a bug reported by tom_falconer@lineone.net.  On Sept 7th, he sent a test case to the list demonstrating the bug.  His test case now works successfully with this patch
src/interfaces/jdbc/org/postgresql/jdbc1/DatabaseMetaData.java
src/interfaces/jdbc/org/postgresql/jdbc2/DatabaseMetaData.java