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): allow composite type attributes to be null #614

Closed arin-c closed 8 months ago

arin-c commented 1 year ago

What kind of change does this PR introduce?

Typescript typegen bug fix

What is the current behavior?

CompositeTypes do not allow null values

What is the new behavior?

Generated composite types have nullable attributes.