Skip to content

internal/dinosql: Use more database/sql null types #182

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

Merged
merged 1 commit into from
Dec 16, 2019
Merged

Conversation

kyleconroy
Copy link
Collaborator

Use sql.NullInt32 and sql.NullTime

Fixes #76

Use sql.NullInt32 and sql.NullTime
@kyleconroy kyleconroy merged commit 80852e7 into master Dec 16, 2019
@kyleconroy kyleconroy deleted the go-113 branch December 16, 2019 20:38
johanbrandhorst added a commit to johanbrandhorst/sqlc that referenced this pull request Sep 18, 2020
kyleconroy added a commit that referenced this pull request Oct 27, 2020
This was changed in #182

Co-authored-by: Kyle Conroy <kyle@conroy.org>
eliteprodev pushed a commit to eliteprodev/safesql_generator that referenced this pull request May 17, 2023
This was changed in sqlc-dev/sqlc#182

Co-authored-by: Kyle Conroy <kyle@conroy.org>
eliteprodev added a commit to eliteprodev/safesql_generator that referenced this pull request Jun 26, 2023
This was changed in sqlc-dev/sqlc#182

Co-authored-by: Kyle Conroy <kyle@conroy.org>
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.

Use new types from Go 1.13
1 participant