supabase / postgres-meta

A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries
https://supabase.com
Apache License 2.0
941 stars 126 forks source link

fix(typegen): sort polymorphic function variants #627

Closed soedirgo closed 1 year ago

soedirgo commented 1 year ago

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Function variants aren't sorted by args & return type https://github.com/supabase/cli/issues/1165

What is the new behavior?

Sort 'em