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

fix: add columns query param to insert and upsert methods #205

Merged
merged 3 commits into from
Dec 20, 2023

Conversation

grdsdev
Copy link
Collaborator

@grdsdev grdsdev commented Dec 20, 2023

What kind of change does this PR introduce?

Fix

What is the current behavior?

Close #203

The library currently doesn't support an Array of items with a different set of properties to be sent to the Database (check #203 (comment)).

What is the new behavior?

Add support for https://postgrest.org/en/v7.0.0/api.html#specifying-columns

Additional context

Add any other context or screenshots.

@grdsdev grdsdev merged commit 5382411 into main Dec 20, 2023
3 checks passed
@grdsdev grdsdev deleted the feat/encode-null-values branch December 20, 2023 11:19
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.

Allow inserting null values
1 participant