How to log parameters using Postgres? #2259
Unanswered
frederikhors
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@abonander Can I ask your opinion on this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using sqlx for the first time today.
I'm having really hard time understanding my SQL errors because I cannot copy & paste logged queries in my IDE because the parameters are not converted from placeholders:
It prints:
but I would like the below instead:
How to do this?
Beta Was this translation helpful? Give feedback.
All reactions