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

Fixing zero length content when sending requests without body #44

Closed SameerOmar closed 1 year ago

SameerOmar commented 1 year ago

This fixes an issue when calling the Count function on a table/view

acupofjose commented 1 year ago

@SameerOmar thanks for opening a PR! Unfortunately these changes cause some issues with several of the test's expected outputs. Could you look into those before we go about merging?

SameerOmar commented 1 year ago

@acupofjose could you rerun the tests

SameerOmar commented 1 year ago

@acupofjose tests fulfilled now

acupofjose commented 1 year ago

Wonderful, thanks again!