提交 2b2ceef0 编写于 作者: S Serge Rider

#6959 SQL parameters binding: use modeless dialog (allow copy from editor/results)

上级 ba9bae85
......@@ -267,7 +267,7 @@ public class SQLQueryParameterBindDialog extends StatusDialog {
setParams.removeIf(parameter -> !parameter.isVariableSet());
SQLUtils.fillQueryParameters(queryCopy, setParams);
if (!CommonUtils.equalObjects(query.getText(), queryCopy.getText())) {
{
UIUtils.asyncExec(() -> {
DBWorkbench.getService(UIServiceSQL.class).setSQLPanelText(
queryPreviewPanel,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册