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

QueryOptions Returning prop crashes json parser #37

Closed warflash closed 2 years ago

warflash commented 2 years ago

Bug Report

Describe the bug

QueryOptions Returning prop makes the response crash

Reproduction

Setting the Returning prop in QueryOptions to "QueryOptions.ReturnType.Minimal" causes an exception while parsing the db response.

Screenshots: image image

System Info

acupofjose commented 2 years ago

@warflash this fix is available in postgrest-csharp@2.0.5 - thanks for the bug report!