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

Fixing upsert so you can update a field to nil. #957

Merged
merged 1 commit into from
Aug 5, 2023
Merged

Conversation

jwoertink
Copy link
Member

Fixes #864

This fixes an issue when using upsert where you may want to update a field's value to nil when the record is found.

/cc. @franciscoGPS

@jwoertink jwoertink merged commit 77fcecf into main Aug 5, 2023
8 of 9 checks passed
@jwoertink jwoertink deleted the issues/864 branch August 5, 2023 19:48
@franciscoGPS
Copy link

Thank you Jeremy! 🙏

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.

Using upsert to change a nilable column value to nil doesn't seem to work
2 participants