Skip to content

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

Merged
kyleconroy merged 1 commit intosqlc-dev:mainfrom
Jille:fix-cidr
Sep 26, 2023
Merged

Implement CIDR.Value() to make it possible to send it to the database#4
kyleconroy merged 1 commit intosqlc-dev:mainfrom
Jille:fix-cidr

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