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

Query object get_results should make it possible to fetch all columns in SELECT clause. #10

Closed
alexstandiford opened this issue Oct 15, 2019 · 1 comment · May be fixed by #11
Closed
Assignees
Labels
component-query The Query class type-feature Some new, cool, neat thing.
Milestone

Comments

@alexstandiford
Copy link
Collaborator

Currently, get_results requires an array of columns to fetch, however, this is a little impractical when you just want to get all of the columns in the table. It would be nice if you could pass * as the cols argument instead of an array.

@alexstandiford alexstandiford changed the title Query object get_results should support '*' in SELECT clause. Query object get_results should make it possible to fetch all columns in SELECT clause. Oct 15, 2019
@JJJ JJJ added this to the 1.1.0 milestone Jan 10, 2020
@JJJ JJJ modified the milestones: 1.1.0, 2.0.0 Feb 23, 2021
@JJJ JJJ modified the milestones: 2.0.0, 2.1.0, Ongoing Jul 15, 2021
@JJJ JJJ modified the milestones: Ongoing, 2.1.0 Jun 27, 2022
@JJJ JJJ self-assigned this Jun 27, 2022
@JJJ JJJ added component-query The Query class type-feature Some new, cool, neat thing. labels Jun 27, 2022
@JJJ
Copy link
Collaborator

JJJ commented Jun 27, 2022

Completed via #140.

@JJJ JJJ closed this as completed Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-query The Query class type-feature Some new, cool, neat thing.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants