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

Incorrect display of string column type with value null #336

Closed
tyagiparth opened this issue Mar 26, 2021 · 0 comments · Fixed by #337
Closed

Incorrect display of string column type with value null #336

tyagiparth opened this issue Mar 26, 2021 · 0 comments · Fixed by #337
Assignees
Labels
bug Something isn't working

Comments

@tyagiparth
Copy link
Contributor

Describe the bug
the column value of string column type appears as <null> in the table and "\u003cnull\u003e" in the json output formats.

Steampipe version (steampipe -v)
Example: v0.3.3

To reproduce
steampipe query "select column_4 from chaos.chaos_get_test" --output json

Expected behavior
Should be null instead of "\u003cnull\u003e"

Additional context
Screenshot 2021-03-26 at 3 55 39 PM

@tyagiparth tyagiparth added the bug Something isn't working label Mar 26, 2021
@binaek binaek linked a pull request Mar 26, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants