Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

kyleconroy
Copy link
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