Ordering of columns returned by a query when trying to run select * from [table_name]
.
#4090
Labels
bug
Something isn't working
needs reproduction
Reproduction steps are not defined for this issue
stale
No recent activity has been detected on this issue/PR and it will be closed
Describe the bug
Steampipe is not ensuring the order of columns returned when trying to execute a
select * from
query.Steampipe version (
steampipe -v
)v0.21.3
To reproduce
Execute
select * from [table_name]
multiple times. There would be random cases where the ordering of columns returned would vary.Expected behavior
Expect the order of columns returned to be always the same, expect for cases where columns are added / deleted.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: