mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-27 03:25:49 +03:00
[PR #210] [CLOSED] 达梦数据库,显示出来的库不完整问题修复 #212
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/teamide-team-ide#212
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/team-ide/teamide/pull/210
Author: @ixxxk
Created: 11/11/2025
Status: ❌ Closed
Base:
main← Head: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.