We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
summarize
https://github.com/mergestat/mergestat/blob/main/cmd/summarize/commits/commits.go#L63-L70
It's possible for author_name / author_email to be null, in which case we have a Scan error - should use sql.NullString in these cases
author_name
author_email
Scan
sql.NullString
The text was updated successfully, but these errors were encountered:
patrickdevivo
No branches or pull requests
https://github.com/mergestat/mergestat/blob/main/cmd/summarize/commits/commits.go#L63-L70
It's possible for
author_name
/author_email
to be null, in which case we have aScan
error - should usesql.NullString
in these casesThe text was updated successfully, but these errors were encountered: