supabase / postgrest-dart

Dart client for PostgREST
https://supabase.com
MIT License
136 stars 38 forks source link

Clean array #49

Closed bdlukaa closed 2 years ago

bdlukaa commented 2 years ago

What kind of change does this PR introduce?

Bug fix

Fixes #32 Fixes #51

What is the new behavior?

Whether it's a list for filter, eq or neq, use _cleanFilterArray to clean the list and wrap it in parenthesis.

Additional context