supabase / postgrest-dart

Dart client for PostgREST
https://supabase.com
MIT License
136 stars 38 forks source link

Do not throw on 404 status code trying to update or delete non-existent rows #104

Closed dshukertjr closed 1 year ago

dshukertjr commented 1 year ago

Fixes https://github.com/supabase/supabase-flutter/issues/315

dshukertjr commented 1 year ago

Fixed on Postgrest server side. https://github.com/PostgREST/postgrest/issues/2343