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

#3677 PG: format plan node condition

上级 845cdfb0
......@@ -133,7 +133,7 @@ public class PostgrePlanNode implements DBCPlanNode, DBPPropertySource {
cond = attributes.get("Filter");
}
if (!CommonUtils.isEmpty(cond)) {
//cond = SQLUtils.formatSQL(dataSource, cond);
cond = SQLUtils.formatSQL(dataSource, cond);
}
return cond;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册