You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Adding head and count option on select(), insert(), update(), delete(), and rpc() (#147)
* select method now accepts home and count option
* removed head and count option from PostgrestTransformBuilder and added home and count option to select in PostgrestQueryBuilder
* select now returns count value when count option is selected
* Enabled head for select
* Updated the test snapshots to include count field
* Set default values for head and count
Co-authored-by: Bobbie Soedirgo <[email protected]>
* Added basic test cases for select with head and count parameters
* Added count and head option to rpc, and added count option to insert, update, delete
* Added count tests for insert, update, delete rpc
* Added head and count test for rpc
* Updated test so that count value for 'planned' and 'estimated' would match any number
Co-authored-by: Bobbie Soedirgo <[email protected]>
0 commit comments