Skip to content

FIX: correctly scan unsigned BIGINT columns as sql.NullInt64 - #50

Merged
skurfuerst merged 1 commit into
mainfrom
fix/unsigned-bigint
Jul 13, 2026
Merged

skurfuerst merged 1 commit into
mainfrom
fix/unsigned-bigint

Conversation

@mberhorst

@mberhorst mberhorst commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Unsigned integer columns (e.g. BIGINT UNSIGNED) fell through to their raw Go scan type, causing dumps to write the pointer representation ((*uint64=0x...)) instead of the actual value.

@skurfuerst
skurfuerst merged commit ebd0b7c into main Jul 13, 2026
2 checks passed
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