[PR #56] [MERGED] 在线表格编辑数据库数据,批量保存新增和修改的记录,批量删除选中的记录等 #172

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/56
Author: @team-ide
Created: 5/11/2022
Status: Merged
Merged: 5/11/2022
Merged by: @team-ide

Base: mainHead: dev


📝 Commits (7)

  • 6d41ec7 Update ddl.go
  • 7a8b11e 调整数据库操作使用db模块
  • c3150ad Delete TEAM_IDE_TEST
  • eab5c91 添加数据库字段类型
  • 97aed13 调整数据库字段类型格式
  • 3e7920f 调整数据库DDL使用数据库方言设计
  • a024784 在线表格编辑数据库数据,批量保存新增和修改的记录,批量删除选中的记录等

📊 Changes

58 files changed (+3139 additions, -1932 deletions)

View changed files

📝 .github/workflows/release.yml (+4 -4)
📝 RELEASE.md (+2 -1)
📝 RELEASE_HISTORY.md (+2 -9)
📝 go.mod (+1 -2)
📝 go.sum (+2 -7)
📝 html/src/component/toolbox/Zookeeper.vue (+7 -7)
📝 html/src/component/toolbox/database/DDL.vue (+106 -20)
📝 html/src/component/toolbox/database/Index.vue (+59 -0)
📝 html/src/component/toolbox/database/ShowExportSql.vue (+95 -51)
📝 html/src/component/toolbox/database/ShowImportDataForStrategy.vue (+10 -10)
📝 html/src/component/toolbox/database/TableData.vue (+145 -51)
📝 internal/config/config.go (+1 -1)
📝 internal/context/context.go (+1 -1)
📝 internal/context/create.go (+10 -0)
📝 internal/module/install.go (+2 -1)
📝 internal/module/module_id/id.go (+5 -7)
📝 internal/module/module_toolbox/api.go (+0 -1)
📝 internal/module/module_toolbox/model.go (+24 -0)
📝 internal/module/module_toolbox/toolbox.go (+9 -31)
📝 internal/module/module_user/user.go (+8 -14)

...and 38 more files

📄 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/56 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/11/2022 **Status:** ✅ Merged **Merged:** 5/11/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (7) - [`6d41ec7`](https://github.com/team-ide/teamide/commit/6d41ec7c0aec75782109b457f9bab387beda0944) Update ddl.go - [`7a8b11e`](https://github.com/team-ide/teamide/commit/7a8b11e40bf4aa5be07a0e68cfb2261f19d15ec6) 调整数据库操作使用db模块 - [`c3150ad`](https://github.com/team-ide/teamide/commit/c3150ad2decfd5ca173a79efd6629bc2b016b9c5) Delete TEAM_IDE_TEST - [`eab5c91`](https://github.com/team-ide/teamide/commit/eab5c91b861a98fb261040fdb15e6a76c0c05258) 添加数据库字段类型 - [`97aed13`](https://github.com/team-ide/teamide/commit/97aed13d24a07d2e65595d830185ce77dd59a8ec) 调整数据库字段类型格式 - [`3e7920f`](https://github.com/team-ide/teamide/commit/3e7920fdc82f59f0c30c9cfe6060ede6d082410c) 调整数据库DDL使用数据库方言设计 - [`a024784`](https://github.com/team-ide/teamide/commit/a0247841d2d61b86edec4efe2143dd4b8d0fea70) 在线表格编辑数据库数据,批量保存新增和修改的记录,批量删除选中的记录等 ### 📊 Changes **58 files changed** (+3139 additions, -1932 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+4 -4) 📝 `RELEASE.md` (+2 -1) 📝 `RELEASE_HISTORY.md` (+2 -9) 📝 `go.mod` (+1 -2) 📝 `go.sum` (+2 -7) 📝 `html/src/component/toolbox/Zookeeper.vue` (+7 -7) 📝 `html/src/component/toolbox/database/DDL.vue` (+106 -20) 📝 `html/src/component/toolbox/database/Index.vue` (+59 -0) 📝 `html/src/component/toolbox/database/ShowExportSql.vue` (+95 -51) 📝 `html/src/component/toolbox/database/ShowImportDataForStrategy.vue` (+10 -10) 📝 `html/src/component/toolbox/database/TableData.vue` (+145 -51) 📝 `internal/config/config.go` (+1 -1) 📝 `internal/context/context.go` (+1 -1) 📝 `internal/context/create.go` (+10 -0) 📝 `internal/module/install.go` (+2 -1) 📝 `internal/module/module_id/id.go` (+5 -7) 📝 `internal/module/module_toolbox/api.go` (+0 -1) 📝 `internal/module/module_toolbox/model.go` (+24 -0) 📝 `internal/module/module_toolbox/toolbox.go` (+9 -31) 📝 `internal/module/module_user/user.go` (+8 -14) _...and 38 more files_ </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#172
No description provided.