supabase / postgres-meta

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

supabase gen types: Support for tsrange #830

Closed SanjoSolutions closed 2 days ago

SanjoSolutions commented 4 days ago

Right now when I run supabase gen types --local --lang=typescript it outputs columns of type tsrange as unknown. Please output it as string instead.

Tested with version 1.219.2 and 1.223.2.

sweatybridge commented 2 days ago

Closing as duplicate of https://github.com/supabase/postgres-meta/issues/840