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): don't panic if S or V Notice fields are not UTF-8 #1968

Merged
merged 2 commits into from
Jul 13, 2022

Conversation

abonander
Copy link
Collaborator

fixes #1144

@abonander abonander merged commit 6de3e09 into main Jul 13, 2022
@abonander abonander deleted the ab/postgres-notice-panic branch July 13, 2022 00:23
JoeyMckenzie pushed a commit to JoeyMckenzie/sqlx that referenced this pull request Jul 13, 2022
…aunchbadge#1968)

* fix(postgres): don't panic if `S` or `V` Notice fields are not UTF-8

* fix: run `cargo update` to rotate cache key

for some reason there's some bad compiler artifacts cached
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.

Unwrap on from_utf8 causes panic with non-UTF-8 database server/client encodings
1 participant