提交 46184a09 编写于 作者: J jurgen

SQLEditor connection open in detached job

上级 8100f62c
......@@ -130,8 +130,8 @@ public class SQLEditor extends SQLEditorBase implements
private DBSDataSourceContainer dataSourceContainer;
private DBPDataSource curDataSource;
private DBCExecutionContext executionContext;
private boolean ownContext = false;
private volatile DBCExecutionContext executionContext;
private volatile boolean ownContext = false;
private final FindReplaceTarget findReplaceTarget = new FindReplaceTarget();
private final List<SQLQuery> runningQueries = new ArrayList<SQLQuery>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册