mirror of
https://github.com/pgplex/pgtui.git
synced 2026-04-26 18:45:57 +03:00
[PR #5] [MERGED] fix(data): display UUID values in standard format #4
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/pgtui#4
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/pgplex/pgtui/pull/5
Author: @rebelice
Created: 2/6/2026
Status: ✅ Merged
Merged: 2/6/2026
Merged by: @rebelice
Base:
main← Head:fix/uuid-display📝 Commits (2)
8093decfix(data): display UUID values in standard format6178b11fix(lint): handle errcheck for TogglePin in tests📊 Changes
3 files changed (+9 additions, -3 deletions)
View changed files
📝
internal/db/metadata/data.go(+3 -0)📝
internal/db/query/executor.go(+3 -0)📝
internal/ui/components/table_view_pin_test.go(+3 -3)📄 Description
Summary
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxinstead of raw byte arrays[16]bytetype returned by pgx driver in both query executor and metadata data layerCloses #4
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
Bug Fixes
Tests
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.