-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add Debug impl for PgRow #2917
Add Debug impl for PgRow #2917
Conversation
@g-bartoszek would you please rebase and fix conflicts? We're now ready to merge this. |
@abonander sure, will do |
66759f7
to
2db34c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last nit, sorry.
CI failure is due to a change to the runner image. I've fixed it on |
fixes #150
Adds partial
Debug
impl forPgRow
. Utilises a mapping betweenPgType
variants and types. For the variants for which the mapping is not defined falls back to string or binary representation.