-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Due to usage of kysely-data-api and version lock to 0.21 there is issue when kysely-data-api trying to call getTables its breaks.
The result contains the unsupported data type \"CHAR\".
problem part is this:
"c.relkind as table_type"fix is npx patch-package sst and replace in rds migrator line above to this:
je`"c"."relkind"::text`.as("table_type")or we can try to update kysely-data-api to v1 at least, but god knows what it will break next π .
PS: I know that usage of v2 is depracted etc, but I already even made serverless v2 supported. and have plans to move to v3.
If you've already posted your issue on Discord, make sure to leave a link to it here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels