mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-30 13:05:54 +03:00
[PR #59] [MERGED] 数据库表数据看板记录查询条件等参数,执行SQL模块滚动展示结果集过大的数据 #173
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#173
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/59
Author: @team-ide
Created: 5/13/2022
Status: ✅ Merged
Merged: 5/13/2022
Merged by: @team-ide
Base:
main← Head:dev📝 Commits (1)
e2f27f5数据库表数据看板记录查询条件等参数,执行SQL模块滚动展示结果集过大的数据📊 Changes
16 files changed (+460 additions, -195 deletions)
View changed files
📝
README.md(+1 -1)📝
RELEASE.md(+2 -1)📝
RELEASE_HISTORY.md(+2 -1)📝
html/src/component/tab-editor/Index.vue(+5 -5)📝
html/src/component/toolbox/database/Sql.vue(+86 -86)➕
html/src/component/toolbox/database/SqlSelectDataList.vue(+106 -0)📝
html/src/component/toolbox/database/TableData.vue(+154 -25)📝
html/src/component/toolbox/database/Tabs.vue(+2 -0)📝
package.json(+1 -1)📝
pkg/db/data_sql.go(+3 -3)📝
pkg/db/db.go(+4 -0)📝
pkg/db/ddl.go(+1 -0)📝
pkg/toolbox/database.go(+10 -3)📝
pkg/toolbox/database_execute_sql.go(+78 -68)📝
pkg/toolbox/database_service_mysql.go(+1 -1)📝
vendor/gitee.com/chunanyong/zorm/dialect.go(+4 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.