Order by multiple columns in supabase
I saw a pull request on postrest-py (https://github.com/supabase/postgrest-py/pull/495) which fixes this issue. Is there a workaround for javascript?
The query below does not work:
The query below does not work:
GitHub
Fixed the 'order' method for 'BaseSelectRequestBuilder' to support multiple sorting criteria and handle sorting on foreign tables.
What kind of change does this PR i...
What kind of change does this PR i...