Open sidr0cker opened 10 months ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue was closed because it has been stalled for 90 days with no activity.
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.3To 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.