JDBC - DatabaseMetaData.getTable Now Conforms to JDBC Standards
The DatabaseMetaData.getTable() method was shown to be non-conforming to expected JDBC behavior.
A third-party reporting package did not show tables in its domain designer. This product was calling DatabaseMetaData.getTable() passing a type that our driver does not support. Logic has been modified such that unknown types are ignored, making it behave as other JDBC drivers.
DatabaseMetaData.getTable returned an empty result when looking for valid and invalid table types. Logic has been modified to correct this error and return information for the valid types.