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

Client does not handle Arrays of Datetimes #35

Closed acupofjose closed 2 years ago

acupofjose commented 2 years ago

A List<DateTime> in a model will cause the client to error when doing a roundtrip insert and return of the inserted model.