supabase-community / postgrest-csharp

A C# Client library for Postgrest
https://supabase-community.github.io/postgrest-csharp/api/Postgrest.html
MIT License
114 stars 22 forks source link

Fix missing 'this' qualifier #39

Closed erichards3 closed 2 years ago

erichards3 commented 2 years ago

The 'or' and 'and' filters were not being applied to a table when selecting. The 'this' qualifier was missing which was only adding the filters to the parameter rather than the instance.

acupofjose commented 2 years ago

Oh - Great catch there, thank you! I’ll include it in a bug fix release.