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

#2251 Changes preview fix


Former-commit-id: e844e2ac
上级 50dbc13d
......@@ -407,7 +407,9 @@ public class EntityEditor extends MultiPageDatabaseEditor
commandContext.getExecutionContext().getDataSource(),
command.getPersistActions(), false));
}
if (script.length() == 0) {
return IDialogConstants.PROCEED_ID;
}
ChangesPreviewer changesPreviewer = new ChangesPreviewer(script, allowSave);
DBeaverUI.syncExec(changesPreviewer);
return changesPreviewer.getResult();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册