-
-
Notifications
You must be signed in to change notification settings - Fork 36
Conversation
@phamhieu @ |
Hi @dshukertjr thanks for your contribution 👍 I have a proposal for head and count implementation. Let me know your thought. Instead of modify select, insert, update, delete and rpc, why don't we modify execute() to support these new options
by doing this:
|
@phamhieu |
@phamhieu I have updated the code! Thanks for all the great suggestions, and let me know if you have more! |
Excellent work! @dshukertjr There're minor changes and cleanup. But overall looks good to me. |
…ount value can be accessed safely
@phamhieu |
Thanks @dshukertjr, amazing job! Btw, I'm writing |
@phamhieu |
What kind of change does this PR introduce?
This feature is postgrest-dart equivalent of this feature in postgrest-js
supabase/postgrest-js#147
What is the current behavior?
There are not head or count options
What is the new behavior?
head and count options are added