[PR #210] [CLOSED] 达梦数据库,显示出来的库不完整问题修复 #212

Closed
opened 2026-02-28 00:39:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/team-ide/teamide/pull/210
Author: @ixxxk
Created: 11/11/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • 469a1f7 达梦数据库,显示出来的库不完整问题修复
  • a0c73ab 达梦数据库,显示出来的库不完整问题修复
  • c28c59b 在进行保持会话心跳时,使用隐藏式心跳,并不记录,不影响上下键调用历史命令

📊 Changes

6 files changed (+185 additions, -57 deletions)

View changed files

📝 go.mod (+20 -18)
📝 go.sum (+54 -33)
📝 internal/module/module_database/api.go (+69 -3)
📝 main.go (+1 -1)
📝 pkg/ssh/terminal_work.go (+40 -2)
teamide-html (+1 -0)

📄 Description

问题的根本原因是 go-tool 库中达梦数据库驱动会过滤掉部分 schema,我们通过直接执行 SQL 查询绕过了这个限制。


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/team-ide/teamide/pull/210 **Author:** [@ixxxk](https://github.com/ixxxk) **Created:** 11/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`469a1f7`](https://github.com/team-ide/teamide/commit/469a1f7c06d9f1c0b6c039dcb58f7371142faa2a) 达梦数据库,显示出来的库不完整问题修复 - [`a0c73ab`](https://github.com/team-ide/teamide/commit/a0c73ab690a4c99c62523367a5a4a6ee3e18f90b) 达梦数据库,显示出来的库不完整问题修复 - [`c28c59b`](https://github.com/team-ide/teamide/commit/c28c59b23fbaa68d2fd2a53dc2f03fd8a992357c) 在进行保持会话心跳时,使用隐藏式心跳,并不记录,不影响上下键调用历史命令 ### 📊 Changes **6 files changed** (+185 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+20 -18) 📝 `go.sum` (+54 -33) 📝 `internal/module/module_database/api.go` (+69 -3) 📝 `main.go` (+1 -1) 📝 `pkg/ssh/terminal_work.go` (+40 -2) ➕ `teamide-html` (+1 -0) </details> ### 📄 Description 问题的根本原因是 go-tool 库中达梦数据库驱动会过滤掉部分 schema,我们通过直接执行 SQL 查询绕过了这个限制。 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:39:09 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/teamide-team-ide#212
No description provided.