提交 3f03eab1 编写于 作者: S serge-rider

Oracle schema read

上级 efb03285
......@@ -656,7 +656,7 @@ public class OracleDataSource extends JDBCDataSource
{
setListOrderComparator(DBUtils.<OracleSchema>nameComparator());
// Add predefined types
if (owner.activeSchemaName != null && getCachedObject(owner.activeSchemaName) == null) {
if (!CommonUtils.isEmpty(owner.activeSchemaName) && getCachedObject(owner.activeSchemaName) == null) {
cacheObject(
new OracleSchema(owner, -1, owner.activeSchemaName));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册