Lukas
Lukas
DTDrizzle Team
Created by Nick on 8/13/2024 in #help
UnsupportedResultException: The result contains the unsupported data type regclass
fwiw changing pg_get_serial_sequence('"${tableSchema}"."${tableName}"', a.attname)::regclass as seq_name, INFORMATION_SCHEMA.COLUMNS.column_name, to pg_get_serial_sequence('"${tableSchema}"."${tableName}"', a.attname) as seq_name, INFORMATION_SCHEMA.COLUMNS.column_name, seems to fix this, not sure of further consequences https://github.com/drizzle-team/drizzle-orm/blob/main/drizzle-kit/src/serializer/pgSerializer.ts#L743
8 replies
DTDrizzle Team
Created by Nick on 8/13/2024 in #help
UnsupportedResultException: The result contains the unsupported data type regclass
@Andrew Sherman Were you been able to reproduce? Seems I’m still having this issue on latest
8 replies
DTDrizzle Team
Created by Nick on 8/13/2024 in #help
UnsupportedResultException: The result contains the unsupported data type regclass
Thought this was just me, started a GitHub issue for this https://github.com/drizzle-team/drizzle-kit-mirror/issues/544
8 replies