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

feat!: allow server inferenced type for portal #106

Merged
merged 2 commits into from
Aug 4, 2023

Conversation

sunng87
Copy link
Owner

@sunng87 sunng87 commented Aug 3, 2023

This breaking changes update portal api for getting parameter value. It now requires postgre type for parsing the parameter. Previously we relies on client specified type in Parse message. However, postgres allows server to inference the type so that client is not required to provide them.

This patch allow you to provide server inferenced type as argument to this function.

@sunng87 sunng87 merged commit 5843411 into master Aug 4, 2023
6 checks passed
@sunng87 sunng87 deleted the fix/client-type-inference branch August 4, 2023 01:47
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.

1 participant