Skip to content

Fix:修复 PostgreSQL 重载过程显示重复#2098

Merged
t8y2 merged 1 commit into
t8y2:mainfrom
zipg:codex/fix-pg-routine-signatures
Jun 29, 2026
Merged

Fix:修复 PostgreSQL 重载过程显示重复#2098
t8y2 merged 1 commit into
t8y2:mainfrom
zipg:codex/fix-pg-routine-signatures

Conversation

@zipg

@zipg zipg commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

变更说明

  • PostgreSQL 对象列表为函数/过程返回参数签名,区分同名重载 routine
  • 对象浏览器显示 名称(参数),但保留原始 name 给查看源码、执行、删除等操作使用
  • 搜索和排序纳入 routine 展示名,支持按参数名搜索

验证

  • pnpm exec vitest run packages/app-tests/objectBrowserRows.test.ts
  • cargo test -p dbx-core list_objects_sql
  • pnpm typecheck
  • cargo fmt --check
  • git diff --check

@zipg zipg changed the title 修复 PostgreSQL 重载过程显示重复 Fix:修复 PostgreSQL 重载过程显示重复 Jun 29, 2026
@t8y2 t8y2 merged commit 7091615 into t8y2:main Jun 29, 2026
8 checks passed
@t8y2

t8y2 commented Jun 29, 2026

Copy link
Copy Markdown
Owner

Thanks for the contribution! Merged in 7091615, will be released in the next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants