Replies: 1 comment 1 reply
-
I changed it so that you know get, with
and with
This is still not ideal, but probably more bearable than what we had. This will be in v0.18. Should be available on docker hub as |
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
-
It would be very helpful if we could log all the SQL parameters (both name and value) alongside the query being executed in one place.
Currently we have one log:
Executing query ...
that shows the SQL but not parameters, and manyBinding value ...in statement ...
logs that don't include the parameter name. This makes it a bit hard to debug larger queries with multiple parameters.What IMHO would be ideal is something like:
Beta Was this translation helpful? Give feedback.
All reactions