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

Implement CIDR.Value() to make it possible to send it to the database #4

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

Jille
Copy link
Contributor

@Jille Jille commented May 11, 2022

Go doesn't inherit functions from its base type (unless you embed it in
a struct, but that'd be a backwards incompatible change) so we need to
explicitly implement .Value()

Requested on sqlc-dev/sqlc#1588

Go doesn't inherit functions from its base type (unless you embed it in
a struct, but that'd be a backwards incompatible change) so we need to
explicitly implement .Value()
@kyleconroy
Copy link
Contributor

Looks like the workflow file is broken, will take a look today or tomorrow.

@kyleconroy kyleconroy merged commit 1162806 into sqlc-dev:main Sep 26, 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
Development

Successfully merging this pull request may close these issues.

2 participants