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

handle basic types as well #314

Merged
merged 1 commit into from
Jun 10, 2024
Merged

handle basic types as well #314

merged 1 commit into from
Jun 10, 2024

Conversation

deitch
Copy link
Collaborator

@deitch deitch commented Jun 9, 2024

Fixes #313

The unsigned bigint defaults to being *uint64, which is correct (other than the fact that it is not nullable). This enables the code to read it properly.

Signed-off-by: Avi Deitcher <[email protected]>
@deitch deitch mentioned this pull request Jun 9, 2024
@deitch deitch merged commit 6d1400a into master Jun 10, 2024
2 checks passed
@deitch deitch deleted the handle-base-types branch June 10, 2024 06:46
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.

Dump: bigint type issue
1 participant