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

feat: add DecodeOption for returning protobuf values #341

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

olavloite
Copy link
Collaborator

@olavloite olavloite commented Jan 14, 2025

Adds a DecodeOption argument that can be used to specify that rows should be returned as protobuf objects instead of decoded to the corresponding Go types.

Fixes #284
Updates #309

Adds a DecodeOption argument that can be used to specify that rows should
be returned as protobuf objects instead of decoded to the corresponding
Go types.

Fixes #284
@olavloite olavloite merged commit 1b71476 into main Jan 15, 2025
16 checks passed
@olavloite olavloite deleted the decode-option branch January 15, 2025 10:49
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.

Unable to scan JSON data into []byte or json.RawMessage
2 participants