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
Is your feature request related to a problem? Please describe.
Currently, there is no way provided by the SDK to get the distinct records of a particular query.
Thanks for this feature request. Currently, PostgREST, the automatic API generation tool that Supabase use, does not provide a distinct select functionality. You can read some of the reasonings why it's not implemented here.
Note that aggregate functions are not yet supported on Supabase at this point.
I'm going to close this issue as aggregate functions will be available without requiring any updates on the supabase-flutter client library, but if you have further questions/ comments, feel free to leave them!
Is your feature request related to a problem? Please describe.
Currently, there is no way provided by the SDK to get the distinct records of a particular query.
Describe the solution you'd like
or
Additional context
This can reduce a burden of additionally not writing a method of providing the distinct results of queries.
The text was updated successfully, but these errors were encountered: