supabase / postgrest-dart

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

Add returning options #82

Closed bdlukaa closed 2 years ago

bdlukaa commented 2 years ago

Fixes https://github.com/supabase-community/supabase-flutter/issues/164

Resources:

Vinzent03 commented 2 years ago

Isn't this turned of by default now? Adding an .select() at the end is now necessary. See #80

bdlukaa commented 2 years ago

What's the design behind this?

dshukertjr commented 2 years ago

Thank you @Vinzent03 for quickly finding the relevant PR!

@bdlukaa Thank you so much for the quick PR! Actually, javascript SDK is about to go though a similar breaking change, and I wanted the new Dart SDK to be aligned with it https://github.com/supabase/postgrest-js/pull/276