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

support select * #582

Open
sviezypan opened this issue Feb 14, 2022 · 1 comment
Open

support select * #582

sviezypan opened this issue Feb 14, 2022 · 1 comment

Comments

@sviezypan
Copy link
Collaborator

Currently if we want to select all columns of the table, we need to explicitly write them like this:

select(name ++ age).from(persons)

It would be nice to support something like :
selectAllFrom(persons)

Those 2 queries would need to yield the same type.

@sviezypan sviezypan added the enhancement New feature or request label Feb 14, 2022
@sviezypan sviezypan added ziohackathon and removed enhancement New feature or request labels May 26, 2022
@petoalbert
Copy link
Contributor

I'd like to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
ZIO Hackathon May 2022
Awaiting triage
Development

No branches or pull requests

2 participants