Bug with POSTGRESQL JDBC Driver 7.1 -1.2

From: Emil Goldfrab <EmilGoldfarb(at)netscape(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug with POSTGRESQL JDBC Driver 7.1 -1.2
Date: 2001-06-24 23:11:40
Message-ID: 3B3673AC.8080108@netscape.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I don't know if this is the right place to inform about this bug but I
could not find where else to do it.

The function getTables of the Class DatabaseMetaData is generating a
NullPointerException when it is called and Views exist in the databse.
The funcition behaves properly when no views are defined in the database.

The following is an example Error Stack Trace of when the problem occurs:

java.lang.NullPointerException
at
org.postgresql.jdbc2.DatabaseMetaData.getTables(DatabaseMetaData.java:1707)

Thank You

Emil Goldfarb

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-06-26 15:11:03 Configure fails for SCO Openserver 5.0.5/gcc 2.7.2.3
Previous Message Rod Taylor 2001-06-24 15:08:07 Foreign Keys and ALTER RENAME TABLE