mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-28 03:55:49 +03:00
[GH-ISSUE #157] 达梦数据库编辑表问题 #61
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#61
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?
Originally created by @zero-wsh on GitHub (Nov 20, 2023).
Original GitHub issue: https://github.com/team-ide/teamide/issues/157
1、编辑表响应慢

2、查询出来的数据每条都重复了
@team-ide commented on GitHub (Nov 30, 2023):
编辑表的话会到数据库查询表信息,如果数据库查询表、字段、主键、索引性能较差的话程序上无法处理
字段多的情况 可以试下这两个SQL吗 查询表字段信息
@zero-wsh commented on GitHub (Dec 19, 2023):
请问查询出来的数据每条都重复了这个问题修复了吗?我看最新的还有这个问题
@team-ide commented on GitHub (Dec 19, 2023):
你试下上边的语句 将查询结果截图发下
@zero-wsh commented on GitHub (Dec 20, 2023):
@team-ide commented on GitHub (Dec 21, 2023):
达梦的字段注释表查询有冗余的数据,我程序处理吧,下个版本会处理