Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

add #[track_caller] to the Row::get() functions#1104

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
sfackler merged 2 commits intorust-postgres:masterfromnjaard:master
Feb 17, 2024

Conversation

njaard
Copy link

This small quality-of-life improvement changes these errors:

thread '' panicked at /../.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/row.rs:151:25: error retrieving column 0: error deserializing column 0: a Postgres value wasNULL

to:

thread '' panicked at my-program.rs:100:25: error retrieving column 0: error deserializing column 0: a Postgres value wasNULL

Charles Samuelsand others added2 commitsFebruary 16, 2024 10:55
This small quality-of-life improvement changes these errors:thread '<unnamed>' panicked at /../.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/row.rs:151:25:error retrieving column 0: error deserializing column 0: a Postgres value was `NULL`to:thread '<unnamed>' panicked at my-program.rs:100:25:error retrieving column 0: error deserializing column 0: a Postgres value was `NULL`
@sfacklersfackler merged commitba1b4cf intorust-postgres:masterFeb 17, 2024
@sfackler
Copy link
Collaborator

Thanks!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@njaard@sfackler

[8]ページ先頭

©2009-2025 Movatter.jp