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

#2779 CLI param -con evaluate fix (connection props)

上级 7ffbaa43
......@@ -124,7 +124,7 @@ public class DBeaverInstanceServer implements IInstanceController {
case "autoCommit": autoCommit = CommonUtils.toBoolean(paramValue); break;
default:
if (paramName.length() > 5 && paramName.startsWith("prop.")) {
paramName = paramName.substring(6);
paramName = paramName.substring(5);
conProperties.put(paramName, paramValue);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册