supabase / postgrest-dart

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

Insert returning #79

Closed programmador closed 2 years ago

programmador commented 2 years ago

As I understand there's no such a capability currently. Though it's present in postgrest-js https://github.com/supabase/postgrest-js/issues/143

programmador commented 2 years ago

Oh it seems like execute() already returns all the fields! Sorry for disturbing :-)

HankG commented 2 years ago

PR #80 broke this behavior so it always returns nothing since the new default is "minimal" but the argument for overriding it was accidentally taken out when they broke out insert and upsert. I've submitted PR #87 to add that back.