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

PG debug - debug query is of USER type

上级 f7f02542
......@@ -274,7 +274,7 @@ public class PostgreDebugSession extends DBGJDBCSession {
Job job = new AbstractJob(name) {
@Override
protected IStatus run(DBRProgressMonitor monitor) {
try (JDBCSession session = getConnection().openSession(monitor, DBCExecutionPurpose.UTIL, "Run SQL command")) {
try (JDBCSession session = getConnection().openSession(monitor, DBCExecutionPurpose.USER, "Run SQL command")) {
StringBuilder query = new StringBuilder();
query.append("{ CALL ").append(function.getFullyQualifiedName(DBPEvaluationContext.DML)).append("(");
for (int i = 0; i < parameters.size(); i++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册