提交 70dda0e2 编写于 作者: J jurgen

Context names fix

Former-commit-id: ea0d052e
上级 8484d9c4
......@@ -70,7 +70,7 @@ public abstract class JDBCDataSource
throws DBException
{
this.container = container;
this.executionContext = new JDBCExecutionContext(this, "Main connection", true);
this.executionContext = new JDBCExecutionContext(this, "Main", true);
this.executionContext.connect(monitor);
}
......@@ -259,7 +259,7 @@ public abstract class JDBCDataSource
{
if (!isEmbeddedDataSource() && container.getPreferenceStore().getBoolean(DBeaverPreferences.META_SEPARATE_CONNECTION)) {
synchronized (this) {
this.metaContext = new JDBCExecutionContext(this, "Metadata reader", true);
this.metaContext = new JDBCExecutionContext(this, "Metadata", true);
this.metaContext.connect(monitor, true, null, false);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册