]> granicus.if.org Git - postgresql/commit
From: Peter T Mount <patches@maidast.demon.co.uk>
authorMarc G. Fournier <scrappy@hub.org>
Mon, 9 Feb 1998 03:22:41 +0000 (03:22 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 9 Feb 1998 03:22:41 +0000 (03:22 +0000)
commit2535fcde2a8a56159ed90b0debc05cf3be06ac35
treed3fed126048e4002bab9b4a9e605e180913e678a
parent83e637a99a3d8adbc0a4979cdf42303bbb8c7bb7
From: Peter T Mount <patches@maidast.demon.co.uk>

This patch fixes the following:

* Fixes minor bug found in DatabaseMetaData.getTables() where it doesn't
  handle default table types.
* It now reports an error if the client opens a database using
  properties, and either the user or password properties are missing. This
  should make the recent problem with Servlets easier to find.
* Commented out obsolete property in Driver.getPropertyInfo()
src/interfaces/jdbc/Makefile
src/interfaces/jdbc/postgresql/Connection.java
src/interfaces/jdbc/postgresql/DatabaseMetaData.java
src/interfaces/jdbc/postgresql/Driver.java