mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-29 04:25:53 +03:00
[PR #56] [MERGED] 在线表格编辑数据库数据,批量保存新增和修改的记录,批量删除选中的记录等 #172
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#172
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/56
Author: @team-ide
Created: 5/11/2022
Status: ✅ Merged
Merged: 5/11/2022
Merged by: @team-ide
Base:
main← Head:dev📝 Commits (7)
6d41ec7Update ddl.go7a8b11e调整数据库操作使用db模块c3150adDelete TEAM_IDE_TESTeab5c91添加数据库字段类型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.