[PR #57] [MERGED] 添加SQL解析,SQL执行,展示查询的结果列表 #174

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

Base: mainHead: dev


📝 Commits (5)

  • c100a70 导出SQL由服务端生成,保持编辑、新增、删除添加查看SQL功能,由服务端生成
  • b7f4790 提交SQL解析相关
  • bda0d2d 提交vitess相关
  • 0ea8f51 将vitess相关提交,不再使用vitess.io/vitess库,这个库太过庞大
  • 0f8bae7 添加SQL解析,SQL执行,展示查询的结果列表

📊 Changes

2438 files changed (+1252368 additions, -902 deletions)

View changed files

📝 README.md (+1 -1)
📝 RELEASE.md (+2 -6)
📝 RELEASE_HISTORY.md (+6 -0)
📝 go.mod (+30 -23)
📝 go.sum (+86 -101)
📝 html/src/component/toolbox/Index.vue (+23 -0)
📝 html/src/component/toolbox/database/DDL.vue (+5 -5)
📝 html/src/component/toolbox/database/Database.vue (+9 -2)
📝 html/src/component/toolbox/database/Index.vue (+10 -4)
📝 html/src/component/toolbox/database/ShowExportSql.vue (+67 -182)
html/src/component/toolbox/database/ShowSaveSql.vue (+199 -0)
📝 html/src/component/toolbox/database/Sql.vue (+259 -4)
📝 html/src/component/toolbox/database/TableData.vue (+128 -25)
📝 html/src/component/toolbox/database/Tabs.vue (+5 -4)
📝 internal/context/create.go (+1 -5)
📝 package.json (+1 -1)
pkg/db/data_sql.go (+171 -0)
📝 pkg/db/db.go (+34 -18)
📝 pkg/db/ddl.go (+177 -10)
📝 pkg/db/ddl_dm.go (+12 -12)

...and 80 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/57 **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 (5) - [`c100a70`](https://github.com/team-ide/teamide/commit/c100a707d018087c6a677cea2cbb23b4c6e06a57) 导出SQL由服务端生成,保持编辑、新增、删除添加查看SQL功能,由服务端生成 - [`b7f4790`](https://github.com/team-ide/teamide/commit/b7f47906ffba966bc2617724067ff586c2b23bd0) 提交SQL解析相关 - [`bda0d2d`](https://github.com/team-ide/teamide/commit/bda0d2d8f31716be6bbd0644970e0bbff485567d) 提交vitess相关 - [`0ea8f51`](https://github.com/team-ide/teamide/commit/0ea8f5105fa62966c8d3192138d539ac99d150d8) 将vitess相关提交,不再使用vitess.io/vitess库,这个库太过庞大 - [`0f8bae7`](https://github.com/team-ide/teamide/commit/0f8bae79fc12aafa51f44506d54522313ad34fc0) 添加SQL解析,SQL执行,展示查询的结果列表 ### 📊 Changes **2438 files changed** (+1252368 additions, -902 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `RELEASE.md` (+2 -6) 📝 `RELEASE_HISTORY.md` (+6 -0) 📝 `go.mod` (+30 -23) 📝 `go.sum` (+86 -101) 📝 `html/src/component/toolbox/Index.vue` (+23 -0) 📝 `html/src/component/toolbox/database/DDL.vue` (+5 -5) 📝 `html/src/component/toolbox/database/Database.vue` (+9 -2) 📝 `html/src/component/toolbox/database/Index.vue` (+10 -4) 📝 `html/src/component/toolbox/database/ShowExportSql.vue` (+67 -182) ➕ `html/src/component/toolbox/database/ShowSaveSql.vue` (+199 -0) 📝 `html/src/component/toolbox/database/Sql.vue` (+259 -4) 📝 `html/src/component/toolbox/database/TableData.vue` (+128 -25) 📝 `html/src/component/toolbox/database/Tabs.vue` (+5 -4) 📝 `internal/context/create.go` (+1 -5) 📝 `package.json` (+1 -1) ➕ `pkg/db/data_sql.go` (+171 -0) 📝 `pkg/db/db.go` (+34 -18) 📝 `pkg/db/ddl.go` (+177 -10) 📝 `pkg/db/ddl_dm.go` (+12 -12) _...and 80 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#174
No description provided.