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

golang: Output NullUUID when necessary #1137

Merged
merged 3 commits into from
Aug 19, 2021
Merged

golang: Output NullUUID when necessary #1137

merged 3 commits into from
Aug 19, 2021

Conversation

kyleconroy
Copy link
Collaborator

The latest version of google/uuid adds support for NullUUID. Before, scanning into a null UUID resulted in a runtime panic.

Fixes #745

@kyleconroy kyleconroy merged commit d0cf1e5 into main Aug 19, 2021
@kyleconroy kyleconroy deleted the kyle/nulluuid branch August 19, 2021 04:56
@kyleconroy kyleconroy added this to the v1.10.0 milestone Aug 19, 2021
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.

Default Go types for nullable JSONB/UUID cannot handle null
1 participant