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

fix(postgres): max number of binds is 65535, not 32767 (regression) #3465

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

abonander
Copy link
Collaborator

fixes #3464

@abonander abonander merged commit 20ba796 into main Aug 26, 2024
79 checks passed
@abonander abonander deleted the issue-3464 branch August 26, 2024 23:20
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.

Regression: Postgres' limit on bind parameters is u16::MAX, not i16::MAX
1 participant