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

feat: select all columns by default #509

Merged
merged 2 commits into from
Sep 28, 2024
Merged

feat: select all columns by default #509

merged 2 commits into from
Sep 28, 2024

Conversation

grdsdev
Copy link
Contributor

@grdsdev grdsdev commented Sep 25, 2024

What kind of change does this PR introduce?

Fix #507

  • select without columns should default to *
  • add head param for select method for when you want to use HEAD HTTP method, this is how all other client libs works.

@grdsdev grdsdev changed the title fix: select all columns by default feat: select all columns by default Sep 25, 2024
@silentworks silentworks merged commit ffb304f into main Sep 28, 2024
8 checks passed
@silentworks silentworks deleted the fix/select-with-head branch September 28, 2024 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

select() does not select all columns by default
2 participants