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

Account usage query fails with a NULL value in NAME #4

Closed
wants to merge 1 commit into from

Conversation

ethervoid
Copy link

@ethervoid ethervoid commented Jun 30, 2023

The credit metrics query fails when the value in the NAME column is NULL with the following error:

failed to scan row: sql: Scan error on column index 1, name \"NAME\": converting NULL to string is unsupported

So we're filtering rows with NAME at NULL

The credit metrics query fails when the value in the NAME column is NULL with the following error:
    
failed to scan row: sql: Scan error on column index 1, name \"NAME\": converting NULL to string is unsupported
    
So we're filtering rows with NAME at NULL
@CLAassistant
Copy link

CLAassistant commented Jun 30, 2023

CLA assistant check
All committers have signed the CLA.

@Dasomeone
Copy link
Member

Apologies for overlooking this PR until now! We've addressed the same issue in #13, and have closed this PR in favour of that.

@Dasomeone Dasomeone closed this May 24, 2024
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