[PR #59] [MERGED] 数据库表数据看板记录查询条件等参数,执行SQL模块滚动展示结果集过大的数据 #173

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

📋 Pull Request Information

Original PR: https://github.com/team-ide/teamide/pull/59
Author: @team-ide
Created: 5/13/2022
Status: Merged
Merged: 5/13/2022
Merged by: @team-ide

Base: mainHead: dev


📝 Commits (1)

  • e2f27f5 数据库表数据看板记录查询条件等参数,执行SQL模块滚动展示结果集过大的数据

📊 Changes

16 files changed (+460 additions, -195 deletions)

View changed files

📝 README.md (+1 -1)
📝 RELEASE.md (+2 -1)
📝 RELEASE_HISTORY.md (+2 -1)
📝 html/src/component/tab-editor/Index.vue (+5 -5)
📝 html/src/component/toolbox/database/Sql.vue (+86 -86)
html/src/component/toolbox/database/SqlSelectDataList.vue (+106 -0)
📝 html/src/component/toolbox/database/TableData.vue (+154 -25)
📝 html/src/component/toolbox/database/Tabs.vue (+2 -0)
📝 package.json (+1 -1)
📝 pkg/db/data_sql.go (+3 -3)
📝 pkg/db/db.go (+4 -0)
📝 pkg/db/ddl.go (+1 -0)
📝 pkg/toolbox/database.go (+10 -3)
📝 pkg/toolbox/database_execute_sql.go (+78 -68)
📝 pkg/toolbox/database_service_mysql.go (+1 -1)
📝 vendor/gitee.com/chunanyong/zorm/dialect.go (+4 -0)

📄 Description

No description provided


🔄 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/59 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/13/2022 **Status:** ✅ Merged **Merged:** 5/13/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`e2f27f5`](https://github.com/team-ide/teamide/commit/e2f27f5824200e0385e9ea0a3f1de87042bdbb95) 数据库表数据看板记录查询条件等参数,执行SQL模块滚动展示结果集过大的数据 ### 📊 Changes **16 files changed** (+460 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `RELEASE.md` (+2 -1) 📝 `RELEASE_HISTORY.md` (+2 -1) 📝 `html/src/component/tab-editor/Index.vue` (+5 -5) 📝 `html/src/component/toolbox/database/Sql.vue` (+86 -86) ➕ `html/src/component/toolbox/database/SqlSelectDataList.vue` (+106 -0) 📝 `html/src/component/toolbox/database/TableData.vue` (+154 -25) 📝 `html/src/component/toolbox/database/Tabs.vue` (+2 -0) 📝 `package.json` (+1 -1) 📝 `pkg/db/data_sql.go` (+3 -3) 📝 `pkg/db/db.go` (+4 -0) 📝 `pkg/db/ddl.go` (+1 -0) 📝 `pkg/toolbox/database.go` (+10 -3) 📝 `pkg/toolbox/database_execute_sql.go` (+78 -68) 📝 `pkg/toolbox/database_service_mysql.go` (+1 -1) 📝 `vendor/gitee.com/chunanyong/zorm/dialect.go` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:38:59 +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#173
No description provided.