malloy icon indicating copy to clipboard operation
malloy copied to clipboard

Support uuid type in Postgres

Open bporterfield opened this issue 7 months ago • 0 comments

What happens?

It's not uncommon to use uuid for primary keys, should be simple to support but not supporting means some annoying casting and confusing error messages

To Reproduce

create table with uuid, note that it is not a supported type in malloy, encounter various error messages

OS:

any

Malloy Client:

any

Malloy Client Version:

any

Database Connection:

Postgres

bporterfield avatar Jul 11 '24 15:07 bporterfield