supabase / postgrest-dart

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

Update filter for not #38

Closed bdlukaa closed 3 years ago

bdlukaa commented 3 years ago

Currently, all the items in the list are wrapped within quotes ("). Tho, if the item is a number, it should not be wrapped in them.

I have only changed the not filter because this is the only one I have experience with, but I guess this should be handled at _cleanFilterArray. What do you think?

32

dshukertjr commented 3 years ago

@bdlukaa Great point! This is great! Agree that this should be done within _cleanFilterArray!

bdlukaa commented 3 years ago

sure!