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

Contains and Contained operators #24

Open elrhomariyounes opened 3 years ago

elrhomariyounes commented 3 years ago

Feature request

Is your feature request related to a problem? Please describe.

Hello, the contains (@>) and contained (<@) operators only supports for now Range types. In the docs they can be used also with Array types, Geometric types and Json

I think when using List the Postgrest the request failed, doesn't recognize the operator as @acupofjose mentioned in #15

Describe the solution you'd like

If you can support those types specially arrays. Thank you very much.