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

Column headings should be lower case, not UPPER #94

Closed
e-gineer opened this issue Jan 29, 2021 · 0 comments · Fixed by #102
Closed

Column headings should be lower case, not UPPER #94

e-gineer opened this issue Jan 29, 2021 · 0 comments · Fixed by #102

Comments

@e-gineer
Copy link
Contributor

The table display seems to have changed to use UPPER case column names?

It should stick with the original lower case model.

~/src/steampipe $ steampipe query
Welcome to Steampipe v0.1.0
For more information, type .help
> select * from aws_ssm_parameter
+------+------+-----------+--------+--------------------+--------------------+---------+------+----------+----------+-------+------+------+-----------+--------+------------+
| NAME | TYPE | DATA_TYPE | KEY_ID | LAST_MODIFIED_DATE | LAST_MODIFIED_USER | VERSION | TIER | POLICIES | TAGS_SRC | TITLE | TAGS | AKAS | PARTITION | REGION | ACCOUNT_ID |
+------+------+-----------+--------+--------------------+--------------------+---------+------+----------+----------+-------+------+------+-----------+--------+------------+
+------+------+-----------+--------+--------------------+--------------------+---------+------+----------+----------+-------+------+------+-----------+--------+------------+
> 
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 a pull request may close this issue.

1 participant