From: Peter T Mount <patches@maidast.demon.co.uk>
Marc G. Fournier <scrappy@hub.org>
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()
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/Makefile | modified | +4 −2 |
| src/interfaces/jdbc/postgresql/Connection.java | modified | +8 −0 |
| src/interfaces/jdbc/postgresql/DatabaseMetaData.java | modified | +10 −0 |
| src/interfaces/jdbc/postgresql/Driver.java | modified | +9 −9 |