mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-27 03:25:49 +03:00
[PR #57] [MERGED] 添加SQL解析,SQL执行,展示查询的结果列表 #174
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#174
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?
📋 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:
main← Head: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.