[PR #55] [MERGED] 库表数据查看页面,添加导出数据SQL,展示新增、修改、删除的数据SQL语句,可以配置表名、字段名、字符串包装器:“ ' ”,“ " ”,“… #170

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (1)

  • c75f28e 库表数据查看页面,添加导出数据SQL,展示新增、修改、删除的数据SQL语句,可以配置表名、字段名、字符串包装器:“ ' ”,“ " ”,“ ` ”

📊 Changes

14 files changed (+477 additions, -136 deletions)

View changed files

📝 README.md (+3 -1)
📝 RELEASE.md (+2 -1)
📝 RELEASE_HISTORY.md (+9 -0)
doc/toolbox-database-export-1.png (+0 -0)
📝 doc/toolbox-database.png (+0 -0)
📝 html/package.json (+1 -1)
📝 html/src/component/toolbox/database/DDL.vue (+20 -16)
📝 html/src/component/toolbox/database/Index.vue (+3 -3)
html/src/component/toolbox/database/ShowExportSql.vue (+341 -0)
html/src/component/toolbox/database/ShowSqlForInsert.vue (+0 -99)
📝 html/src/component/toolbox/database/TableData.vue (+83 -12)
📝 html/src/tool/index.js (+0 -2)
📝 package.json (+1 -1)
📝 pkg/toolbox/database_service_mysql.go (+14 -0)

📄 Description

… ` ”


🔄 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/55 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/8/2022 **Status:** ✅ Merged **Merged:** 5/8/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`c75f28e`](https://github.com/team-ide/teamide/commit/c75f28e42b835b6a72cd67e992105d93af7bc149) 库表数据查看页面,添加导出数据SQL,展示新增、修改、删除的数据SQL语句,可以配置表名、字段名、字符串包装器:“ ' ”,“ " ”,“ ` ” ### 📊 Changes **14 files changed** (+477 additions, -136 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -1) 📝 `RELEASE.md` (+2 -1) 📝 `RELEASE_HISTORY.md` (+9 -0) ➕ `doc/toolbox-database-export-1.png` (+0 -0) 📝 `doc/toolbox-database.png` (+0 -0) 📝 `html/package.json` (+1 -1) 📝 `html/src/component/toolbox/database/DDL.vue` (+20 -16) 📝 `html/src/component/toolbox/database/Index.vue` (+3 -3) ➕ `html/src/component/toolbox/database/ShowExportSql.vue` (+341 -0) ➖ `html/src/component/toolbox/database/ShowSqlForInsert.vue` (+0 -99) 📝 `html/src/component/toolbox/database/TableData.vue` (+83 -12) 📝 `html/src/tool/index.js` (+0 -2) 📝 `package.json` (+1 -1) 📝 `pkg/toolbox/database_service_mysql.go` (+14 -0) </details> ### 📄 Description … ` ” --- <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:58 +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#170
No description provided.