You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: