-
- Downloads
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()
Showing
- src/interfaces/jdbc/Makefile 4 additions, 2 deletionssrc/interfaces/jdbc/Makefile
- src/interfaces/jdbc/postgresql/Connection.java 8 additions, 0 deletionssrc/interfaces/jdbc/postgresql/Connection.java
- src/interfaces/jdbc/postgresql/DatabaseMetaData.java 10 additions, 0 deletionssrc/interfaces/jdbc/postgresql/DatabaseMetaData.java
- src/interfaces/jdbc/postgresql/Driver.java 9 additions, 9 deletionssrc/interfaces/jdbc/postgresql/Driver.java
Please register or sign in to comment