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

allow sql.NullX types as valid convertable values #634

Merged
merged 1 commit into from
Feb 28, 2023
Merged

Conversation

scottlepp
Copy link
Contributor

What this PR does / why we need it:
allows sql.NullX types as valid convertible values

Which issue(s) this PR fixes:
Ref # https://github.com/grafana/support-escalations/issues/4923

Special notes for your reviewer:
Some drivers return these sql types instead of native go types.

@scottlepp scottlepp merged commit 87ab0e2 into main Feb 28, 2023
@scottlepp scottlepp deleted the null-sql-types branch February 28, 2023 21:22
},
},
{
Name: "nullable sql time",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Name: "nullable sql time",
Name: "nullable sql int",

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.

None yet

3 participants