Skip to content

fix(postgres): Emit correct types for pg_catalog types#4

Merged
kyleconroy merged 1 commit intomainfrom
kyle/fix-pg-catalog-types
Dec 11, 2023
Merged

fix(postgres): Emit correct types for pg_catalog types#4
kyleconroy merged 1 commit intomainfrom
kyle/fix-pg-catalog-types

Conversation

@kyleconroy
Copy link
Copy Markdown
Contributor

@kyleconroy kyleconroy commented Dec 11, 2023

The type name for columns and arguments is not the same. The pg_catalog. prefix is sometimes added to the name. Remove that before the switch statement.

Fixes #3

@kyleconroy kyleconroy merged commit 26af4db into main Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generated insert method takes in string but returns integer

1 participant