Skip to content

fix(codegen/golang): map nullable PostgreSQL UUID[] columns to pointer slices (*[]uuid.UUID) for scan safety - #5

Open
daxx06 wants to merge 1 commit into
colmev080:mainfrom
daxx06:feature/fix-nullable-uuid-array-mapping
Open

fix(codegen/golang): map nullable PostgreSQL UUID[] columns to pointer slices (*[]uuid.UUID) for scan safety#5
daxx06 wants to merge 1 commit into
colmev080:mainfrom
daxx06:feature/fix-nullable-uuid-array-mapping

Conversation

@daxx06

@daxx06 daxx06 commented Sep 2, 2026

Copy link
Copy Markdown

Closes #1

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.

🎯 Fix: Nullable PostgreSQL UUID[] columns incorrectly mapped to non-nullable slices causing scan failures

1 participant