Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix support for unsigned on nullable fields #67

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

longsleep
Copy link
Collaborator

The unsigned support introduced in
b41e14a#r125954859 was incomplete as it did not cover the case where the unsigned field also is nullable. This change updates the code to convert the base type to unsigned in both cases.

Fixes: #65

The unsigned support introduced in
b41e14a#r125954859 was incomplete as it
did not cover the case where the unsigned field also is nullable. This
change updates the code to convert the base type to unsigned in both
cases.

Fixes: Wulf#65
Copy link
Collaborator

@hasezoey hasezoey left a comment

Choose a reason for hiding this comment

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

LGTM

@hasezoey hasezoey merged commit 5b8cc31 into Wulf:main Aug 31, 2023
3 checks passed
@hasezoey hasezoey linked an issue Aug 31, 2023 that may be closed by this pull request
@hasezoey hasezoey mentioned this pull request Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants