提交 c1163f11 编写于 作者: S serge@jkiss.org

#6092 Generic schema filter fix

上级 521cc50f
......@@ -134,7 +134,7 @@ public class GenericMetaModel {
schemaFilters != null && schemaFilters.hasSingleMask() ?
schemaFilters.getSingleMask() :
dataSource.getAllObjectsPattern());
} catch (SQLException e) {
} catch (Throwable e) {
log.debug("Error reading global schemas " + " - " + e.getMessage());
}
}
......@@ -200,7 +200,7 @@ public class GenericMetaModel {
// Schemas are not supported
log.debug("Can't read schema list: " + e.getMessage());
return null;
} catch (Exception ex) {
} catch (Throwable ex) {
// Schemas do not supported - just ignore this error
log.warn("Can't read schema list", ex);
return null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册