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

Driver properties load - error handle


Former-commit-id: 97ae2011
上级 a02f96ba
......@@ -96,7 +96,9 @@ public class DriverPropertiesDialogPage extends ConnectionPageAbstract
} catch (InterruptedException e) {
// ignore
}
propsControl.loadProperties(propertySource);
if (propertySource != null) {
propsControl.loadProperties(propertySource);
}
prevConnectionInfo = activeDataSource.getConnectionConfiguration();
tempDataSource.dispose();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册