已合并
解决关闭其他标签时打开新的标签的问题,修改应用数据库连接为batchMode off #373
AtomGit-Bot创建于 2023年8月17日
解决关闭其他标签时打开新的标签的问题,修改应用数据库连接为batchMode off #373
已合并
Pull Request已成功合入, 合并人@
(感谢 AtomGit-Bot 的贡献)2023年8月17日 关联了 opengauss/openGauss-workbench Issue I7K9U5
2023年8月17日 关联了 opengauss/openGauss-workbench Issue I7FETP
opengauss_bot
2023年8月17日 评论:
2023年8月17日 评论:
Hey @withcancer, Welcome to openGauss Community.
All of the projects in openGauss Community are maintained by @opengauss_bot.
That means the developers can comment below every pull request or issue to trigger Bot Commands.
Please follow instructions at Here to find the details.


2023年8月17日 指派了测试人opengauss-bot
2023年8月17日 指派了 opengauss-bot 参与评审
2023年8月17日 添加了
sig/tools
标签
opengauss_bot
2023年8月17日 评论:
2023年8月17日 评论:
Hi @withcancer,
if you want to get quick review about your pull request, please contact the owner in first: @he-chenghan ,
and then any of the maintainers: @xiong_xjun
and then any of the committers: @he-chenghan , @ywzq1161327784 , @woqutech_0 , @wmy_ld , @justbk , @totaj
if you have any question, please contact the SIG: Tools.


2023年8月17日 添加了
opengauss-cla/yes
标签
2023年8月17日 添加了
ci-pipeline-running
标签
2023年8月17日 移除了
ci-pipeline-running
标签
2023年8月17日 添加了
ci-pipeline-failed
标签
2023年8月17日 移除了
ci-pipeline-failed
标签
2023年8月17日 添加了
ci-pipeline-success
标签
opengauss-bot
2023年8月17日 评论:
2023年8月17日 评论:
| Check Name | Build Result | Build Details |
|---|---|---|
| openGauss_datakit_PR | ✅ SUCCESS | #153 |


ywzq1161327784
2023年8月17日 评论:
2023年8月17日 评论:
/lgtm
/approve


2023年8月17日 添加了
lgtm-ywzq1161327784
标签
2023年8月17日 添加了
approved
标签
justbk
2023年8月17日 评论:
2023年8月17日 评论:
/lgtm


2023年8月17日 添加了
lgtm-justbk
标签
2023年8月17日 合并了Pull Request(通过 API 合并)
【标题】(请简要描述下实现的内容)
解决关闭其他标签时打开新的标签的问题,修改应用数据库连接为batchMode off
【实现内容】:
解决关闭其他标签时打开新的标签的问题,修改应用数据库连接为batchMode off
【根因分析】:
系统缺陷
【实现方案】:
1,关闭标签页逻辑中增加query携带,使跳转时的url正确
2,jdbc驱动中有对单条批量插入的限制,目前先按照下面的解决方案规避
https://www.modb.pro/db/610538?0303
【关联需求或issue】:
https://gitee.com/opengauss/openGauss-workbench/issues/I7K9U5?from=project-issue
https://gitee.com/opengauss/openGauss-workbench/issues/I7FETP?from=project-issue
【开发自验报告】:
【其他说明】: