|
|
|
@ -299,9 +299,6 @@ public class InformationExtractorJdbcDatabaseMetaDataImpl implements Information
|
|
|
|
|
// 2) look in default namespace
|
|
|
|
|
catalogFilter = toMetaDataObjectName( extractionContext.getDefaultCatalog() ); |
|
|
|
|
} |
|
|
|
|
else { |
|
|
|
|
catalogFilter = ""; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
else { |
|
|
|
|
catalogFilter = toMetaDataObjectName( catalog ); |
|
|
|
|