Closed dboeke closed 2 years ago
@dboeke Can you please try wrapping columns that contain non-lowercase letters in double quotes, e.g., select "camelCase" from camels;
, select "UPPERCASE" from camels;
.
Postgres treats identifiers as case insensitive normally, but when wrapping them in double quotes, it treats them as case sensitive.
'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
Describe the bug Attempting to query a column with camelCase column name results in a
column camelCase
does not exist errorSteampipe version (
steampipe -v
) v0.16.0Plugin version (
steampipe plugin list
) csv: v0.3.0To reproduce
Expected behavior Should be able to query based the columns using correct case.
Additional context Add any other context about the problem here.