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

Generate SQL script - error handle fix.


Former-commit-id: 29082115
上级 38b0bb6e
......@@ -444,6 +444,8 @@ class ResultSetPersister {
if (this.listener != null) {
this.listener.onUpdate(error == null);
}
} else if (error != null) {
DBUserInterface.getInstance().showError("Data error", "Error generating script", error);
}
return Status.OK_STATUS;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册