QueryOptions Returning prop crashes json parser
warflash opened this issue · 1 comments
warflash commented
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.
System Info
- OS: Windows 10 Pro
- .NET 6
- Visual Studio 17.0.4
- Versions: supabase: 0.2.11; postgrest: 2.0.4
acupofjose commented
@warflash this fix is available in postgrest-csharp@2.0.5
- thanks for the bug report!