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

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

Open
sidr0cker opened this issue Jan 29, 2024 · 1 comment
Assignees
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

Comments

@sidr0cker
Copy link

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.

@sidr0cker sidr0cker added the bug Something isn't working label Jan 29, 2024
@kaidaguerre kaidaguerre self-assigned this Mar 21, 2024
@kaidaguerre kaidaguerre added the needs reproduction Reproduction steps are not defined for this issue label Mar 21, 2024
Copy link

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 github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants