Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Handle unsigned ints #840

Merged
merged 1 commit into from
Feb 18, 2025
Merged

Handle unsigned ints #840

merged 1 commit into from
Feb 18, 2025

Conversation

adambaratz
Copy link
Contributor

When setting the value of a cell to an unsigned int, it can be handled identically to signed ints.

@adambaratz
Copy link
Contributor Author

Without this change, unsigned ints won't get written correctly with calls to Row.WriteSlice or Row.WriteStruct.

Copy link
Owner

@tealeg tealeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM

@tealeg tealeg merged commit 233ab0f into tealeg:master Feb 18, 2025
1 check passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants