Skip to content

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

Merged
abonander merged 1 commit intomainfrom
issue-3464
Aug 26, 2024
Merged

fix(postgres): max number of binds is 65535, not 32767 (regression)#3465
abonander merged 1 commit intomainfrom
issue-3464

Conversation

@abonander
Copy link
Copy Markdown
Collaborator

fixes #3464

@abonander abonander merged commit 20ba796 into main Aug 26, 2024
@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