Skip to content
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

Override some PG field types from a parsed query #253

Merged
merged 2 commits into from
Aug 26, 2024
Merged

Conversation

jeromegn
Copy link
Member

It's possible to infer better return typed from queries based on the function that's being called, the casting or if the column is a literal (e.g. SELECT 1 should return a single field of type Int8).

This allows more PG clients and use cases to work properly.

@somtochiama somtochiama merged commit ddc4184 into main Aug 26, 2024
4 checks passed
@somtochiama somtochiama deleted the pg-override-types branch August 26, 2024 11:17
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.

2 participants