[PR #53] [MERGED] 库表数据预览页面,添加根据策略导入数据,填写表达式批量导入数据 #166

Closed
opened 2026-02-28 00:38:58 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (2)

  • 2b1ac8f 连接MySql,将MySql库表转Oracle、金仓、达梦、神通等数据库建表SQL
  • 07c8c68 库表数据预览页面,添加根据策略导入数据,填写表达式批量导入数据

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/team-ide/teamide/pull/53 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/8/2022 **Status:** ✅ Merged **Merged:** 5/8/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`2b1ac8f`](https://github.com/team-ide/teamide/commit/2b1ac8f196821eb1856b1a73722400e2d04215f5) 连接MySql,将MySql库表转Oracle、金仓、达梦、神通等数据库建表SQL - [`07c8c68`](https://github.com/team-ide/teamide/commit/07c8c68e44841756e9fa809259430e11ef9b4f66) 库表数据预览页面,添加根据策略导入数据,填写表达式批量导入数据 ### 📊 Changes **33 files changed** (+2482 additions, -834 deletions) <details> <summary>View changed files</summary> 📝 `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_ </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:58 +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#166
No description provided.