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(postgrest): update parameter of is filter to allow only Bool or nil #382

Merged
merged 1 commit into from
May 13, 2024

Conversation

grdsdev
Copy link
Collaborator

@grdsdev grdsdev commented May 13, 2024

What kind of change does this PR introduce?

Fix

What is the current behavior?

Currently any type can be passed to the is filter.

What is the new behavior?

Only true, false, or nil are allowed.

Additional context

supabase/supabase-flutter#920

@grdsdev grdsdev requested a review from dshukertjr May 13, 2024 09:36
@grdsdev grdsdev merged commit 4ba1c7a into main May 13, 2024
18 checks passed
@grdsdev grdsdev deleted the fix/is-filter branch May 13, 2024 13:14
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.

None yet

2 participants