mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-28 03:55:49 +03:00
[PR #53] [MERGED] 库表数据预览页面,添加根据策略导入数据,填写表达式批量导入数据 #166
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#166
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/53
Author: @team-ide
Created: 5/8/2022
Status: ✅ Merged
Merged: 5/8/2022
Merged by: @team-ide
Base:
main← Head:dev📝 Commits (2)
2b1ac8f连接MySql,将MySql库表转Oracle、金仓、达梦、神通等数据库建表SQL07c8c68库表数据预览页面,添加根据策略导入数据,填写表达式批量导入数据📊 Changes
33 files changed (+2482 additions, -834 deletions)
View changed files
📝
README.md(+1 -1)📝
RELEASE.md(+4 -2)📝
RELEASE_HISTORY.md(+8 -0)📝
go.mod(+3 -0)📝
go.sum(+5 -0)📝
html/src/component/toolbox/database/DDL.vue(+3 -0)📝
html/src/component/toolbox/database/Index.vue(+12 -4)➕
html/src/component/toolbox/database/ShowImportDataForStrategy.vue(+317 -0)➕
html/src/component/toolbox/database/ShowSqlForInsert.vue(+99 -0)➖
html/src/component/toolbox/database/ShowTableDDL.vue(+0 -79)📝
html/src/component/toolbox/database/TableData.vue(+131 -26)📝
internal/module/module_toolbox/api.go(+1 -1)📝
package.json(+1 -1)📝
pkg/application/common/javascript_service.go(+2 -1)📝
pkg/application/common/script.go(+19 -118)➕
pkg/javascript/context.go(+18 -0)➕
pkg/javascript/goja.go(+19 -0)➕
pkg/javascript/goja_test.go(+17 -0)➕
pkg/sql_ddl/base.go(+113 -0)➕
pkg/sql_ddl/ddl.go(+33 -0)...and 13 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.