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: use fieldId prop for supase update and delete functions #425

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

brandonnly
Copy link

The supabase sync plugin is hard coded to reference the id column on update or delete. I updated it to respect the fieldId property and falls back to id when not explicitly set.

Also had to assert the list function for it to pass tests and build, let me know if that should be removed.

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.

1 participant