turbot / steampipe

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
https://steampipe.io
GNU Affero General Public License v3.0
7.01k stars 277 forks source link

Ordering of columns returned by a query when trying to run `select * from [table_name]`. #4090

Open sidr0cker opened 10 months ago

sidr0cker commented 10 months ago

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.

github-actions[bot] commented 6 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.

github-actions[bot] commented 5 months ago

This issue was closed because it has been stalled for 90 days with no activity.