mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-27 03:25:49 +03:00
[PR #84] [MERGED] 70 功能计划工具箱 数据库模块添加选择字段或执行sql查询导出excel根据excel导入相应字段数据 #195
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#195
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/84
Author: @team-ide
Created: 5/22/2022
Status: ✅ Merged
Merged: 5/22/2022
Merged by: @team-ide
Base:
main← Head:70-功能计划工具箱-数据库模块添加选择字段或执行sql查询导出excel根据excel导入相应字段数据📝 Commits (4)
8352d14添加Oracle建表语句、编辑新增字段、编辑新增索引SQL适配652253b调整数据库导出和导入试图b5f13fd去除vendor69d2760数据库模块相关调整📊 Changes
2380 files changed (+1709 additions, -1137202 deletions)
View changed files
📝
README.md(+4 -2)📝
RELEASE.md(+5 -5)📝
RELEASE_HISTORY.md(+9 -0)➕
doc/toolbox-database-export-1.png(+0 -0)➕
doc/toolbox-database-import-1.png(+0 -0)📝
go.mod(+2 -1)📝
go.sum(+5 -2)📝
html/src/component/toolbox/Index.vue(+58 -0)📝
html/src/component/toolbox/Zookeeper.vue(+0 -60)📝
html/src/component/toolbox/database/DDL.vue(+22 -8)📝
html/src/component/toolbox/database/Database.vue(+34 -0)➕
html/src/component/toolbox/database/Export.vue(+436 -0)📝
html/src/component/toolbox/database/Import.vue(+159 -139)📝
html/src/component/toolbox/database/Index.vue(+0 -8)📝
html/src/component/toolbox/database/ShowExportSql.vue(+39 -8)📝
html/src/component/toolbox/database/ShowSaveSql.vue(+9 -8)📝
html/src/component/toolbox/database/Sql.vue(+15 -14)📝
html/src/component/toolbox/database/SqlSelectDataList.vue(+1 -1)📝
html/src/component/toolbox/database/Table.vue(+21 -16)📝
html/src/component/toolbox/database/TableData.vue(+0 -9)...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.