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: driver.Valuer method was being ignored #289

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

egonelbre
Copy link
Contributor

When a type had implemented custom Value func to convert the type,
then the conversion method was not being called for structs.

Fixes #281

When a type had implemented custom Value func to convert the type,
then the conversion method was not being called for structs.

Fixes googleapis#281
@egonelbre egonelbre requested a review from a team as a code owner August 29, 2024 09:38
@egonelbre egonelbre mentioned this pull request Aug 29, 2024
@olavloite olavloite merged commit 78fb05d into googleapis:main Aug 29, 2024
18 checks passed
@egonelbre egonelbre deleted the fixstruct branch August 29, 2024 12:51
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.

structs not supported
2 participants